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
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
