Development environment.
Production environment.
Node.js assumes it's always running in a development environment. You can signal Node.js that you are running in production by setting the NODE_ENV=production environment variable.
Generated using TypeDoc
Node.js environment configurations.