fix: NODE_ENV=production is not supported in the .env file
This commit is contained in:
4
types/env.d.ts
vendored
4
types/env.d.ts
vendored
@@ -6,3 +6,7 @@ declare interface ImportMetaEnv {
|
||||
readonly VITE_ROUTER_HISTORY: "hash" | "html5"
|
||||
readonly VITE_PUBLIC_PATH: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user