chenyc
2023-06-17 1ca6a7156163dc9d489a7b0bbff77f1b84933178
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
  }
}