chenyc
2022-09-26 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94
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
  }
}