remove debug

This commit is contained in:
草鞋没号 2022-03-14 15:23:22 +08:00
parent e318e20b32
commit 13c43f0874
1 changed files with 1 additions and 1 deletions

2
types.d.ts vendored
View File

@ -1,7 +1,7 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production' | 'debug'
NODE_ENV: 'development' | 'production'
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}