Theo's Typesafe CultTTC
Theo's Typesafe Cult2y ago
3 replies
Casal0x

Change NODE_ENV convention

Any one could change the naming convention that comes with t3 stack latest version. By default is "NODE_ENV: z.enum(['development', 'test', 'production']).default("development")"

i changed to NODE_ENV: z.enum(['dev', 'qa', 'production']).default("dev") but when i start with yarn start it telling me that is receiving "development" and also in .env file is NODE_ENV="dev"

Any help pls
Was this page helpful?