This commit is contained in:
草鞋没号 2022-02-08 09:58:29 +08:00
parent 1843f30a4a
commit 7aa3614676
1 changed files with 2 additions and 2 deletions

4
types.d.ts vendored
View File

@ -2,7 +2,7 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly HOST: string
readonly PORT: number
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}