chenyc
2022-08-26 94f16f6a5770c10fce8267e9e851dfc35d8dfbc2
1
2
3
4
5
6
7
8
 
declare namespace NodeJS {
  interface ProcessEnv {
    NODE_ENV: 'development' | 'production'
    readonly VITE_DEV_SERVER_HOST: string
    readonly VITE_DEV_SERVER_PORT: string
  }
}