1 parent 5c24b23 commit 14c09d9Copy full SHA for 14c09d9
1 file changed
packages/vuebugger/src/env.d.ts
@@ -1,9 +1,7 @@
1
-/// <reference types="vite/client" />
2
-
3
interface ImportMetaEnv {
4
- readonly DEV: boolean
+ readonly DEV?: boolean
5
}
6
7
interface ImportMeta {
8
- readonly env: ImportMetaEnv
+ readonly env?: ImportMetaEnv
9
0 commit comments