NextJS forces NODE_ENV to be only "development" or "production" #16117
Unanswered
ivan-kleshnin
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to set
NODE_ENV
totest
but$ next dev
ignores that and setsNODE_ENV
todevelopment
.Is this a decided behavior? – can't find anything relevant in issues.
Beta Was this translation helpful? Give feedback.
All reactions