rename
This commit is contained in:
parent
1843f30a4a
commit
7aa3614676
|
@ -2,7 +2,7 @@
|
||||||
declare namespace NodeJS {
|
declare namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
NODE_ENV: 'development' | 'production'
|
NODE_ENV: 'development' | 'production'
|
||||||
readonly HOST: string
|
readonly VITE_DEV_SERVER_HOST: string
|
||||||
readonly PORT: number
|
readonly VITE_DEV_SERVER_PORT: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue