Files
moeka-project/apps/stage-web/vite-env.d.ts
T
2025-06-05 23:31:20 +08:00

9 lines
165 B
TypeScript

interface ImportMetaEnv {
readonly VITE_APP_TARGET_HUGGINGFACE_SPACE: boolean
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}