This commit is contained in:
草鞋没号
2022-02-08 11:13:34 +08:00
parent e7282cefa5
commit 6e184ad54c
Vendored
+2 -2
View File
@@ -2,7 +2,7 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly PORT: string
readonly HOST: string
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}