Setting the Environment Mode
The discriminator value (e.g., NODE_ENV) is read from the environment:
# Development (default)envictus -- npm run dev
# ProductionNODE_ENV=production envictus -- node dist/server.js
# Or export itexport NODE_ENV=productionenvictus -- node dist/server.js