Skip to content

Commit bdd16e7

Browse files
committed
fix(change): adding cooldown
1 parent a30a22f commit bdd16e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/env.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ export type kenvEnv = {
6868
KIT_BONJOUR_HOST?: string | undefined
6969
KIT_ALLOWED_ORIGINS?: string | undefined
7070
KIT_HEALTH_CHECK_INTERVAL?: string | undefined
71+
KIT_CHANGE_COOL_DOWN?: string | undefined
7172
}

0 commit comments

Comments
 (0)