chenyincheng
2023-01-30 42ebf4623eda581af208bc3d5323e3c04b27677c
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
  }
}