update
This commit is contained in:
7
src/env.d.ts
vendored
7
src/env.d.ts
vendored
@@ -0,0 +1,7 @@
|
||||
interface ImportMetaEnv {
|
||||
readonly MODE: "production" | "development" | "none"
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user