diff --git a/types.d.ts b/types.d.ts index b9d5a2e..b435aec 100644 --- a/types.d.ts +++ b/types.d.ts @@ -1,7 +1,7 @@ declare namespace NodeJS { interface ProcessEnv { - NODE_ENV: 'development' | 'production' | 'debug' + NODE_ENV: 'development' | 'production' readonly VITE_DEV_SERVER_HOST: string readonly VITE_DEV_SERVER_PORT: string }