Try number idk how much

This commit is contained in:
2025-08-10 23:35:20 +02:00
parent 76f2072d61
commit 67ff6a4c19
5 changed files with 11 additions and 3 deletions

2
src/enviroment.d.ts vendored
View File

@@ -3,6 +3,8 @@ declare global {
interface ProcessEnv {
NODE_ENV?: "dev" | "prod"
TYPESCRIPT?: "true"
BUILD?: "true"
DOCKER?: "1"
}
}
}