remove debug
This commit is contained in:
parent
e318e20b32
commit
13c43f0874
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
declare namespace NodeJS {
|
declare namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
NODE_ENV: 'development' | 'production' | 'debug'
|
NODE_ENV: 'development' | 'production'
|
||||||
readonly VITE_DEV_SERVER_HOST: string
|
readonly VITE_DEV_SERVER_HOST: string
|
||||||
readonly VITE_DEV_SERVER_PORT: string
|
readonly VITE_DEV_SERVER_PORT: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue