Enumeration Environment

Node.js environment configurations.

Enumeration Members

Enumeration Members

Development: "development"

Development environment.

Production: "production"

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