Skip to content

fix: fixes type for NODE_ENV values#7

Open
baylisscg wants to merge 1 commit into
dptools:mainfrom
unimelb-eresearch-group:fix/node_env-type-signature
Open

fix: fixes type for NODE_ENV values#7
baylisscg wants to merge 1 commit into
dptools:mainfrom
unimelb-eresearch-group:fix/node_env-type-signature

Conversation

@baylisscg

Copy link
Copy Markdown
Contributor

Next has it's own set of NODE_ENV values that differ slightly from Node's namely a lack of staging and test instead of testing. This one liner deletes staging and changes testing to test.

(Node doesn't exactly specify what the values should be. development and production are simply de facto standards so Next isn't incorrect it's just annoying)

Next has it's own set of `NODE_ENV` values that differ slightly from Node's namely a lack of `staging` and `test`
instead of `testing`. This one liner deletes staging and changes `testing` to `test`.

(Node doesn't exactly specify what the values should be. `development` and `production` are simply de facto standards
so Next isn't incorrect it's just annoying)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant