Show devtools in another env #6252
Unanswered
ahmadshiddiq
asked this question in
Q&A
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.
-
Hello, is that possible to show the devtools in another env?
In our company we have .env.local (is for local development) and .env.development (for deploying dev mode)
for now i need to set the NODE_ENV=development in my .env.local (which should be NODE_ENV=local)
and also the .env.development have NODE_ENV=development, this is causing the devtools show in deployed one :(
Beta Was this translation helpful? Give feedback.
All reactions