We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30a22f commit bdd16e7Copy full SHA for bdd16e7
src/types/env.d.ts
@@ -68,4 +68,5 @@ export type kenvEnv = {
68
KIT_BONJOUR_HOST?: string | undefined
69
KIT_ALLOWED_ORIGINS?: string | undefined
70
KIT_HEALTH_CHECK_INTERVAL?: string | undefined
71
+ KIT_CHANGE_COOL_DOWN?: string | undefined
72
}
0 commit comments