It has to be called something.
| value | |
|---|---|
| development | When running with "npm run dev" |
| test | When unit tests run |
| production | When running with "npm run start" |
NOTE: Use of NODE_ENV is discouraged.
| value | |
|---|---|
| local | When running on a developer machine |
| staging | When running in the pre-prod environment |
| production | When running in the production environment |