-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have environment NODE_ENV=development #2529
Can we have environment NODE_ENV=development #2529
Comments
You can just use another environment variable for that, don't you? Leave |
@frol Thank for reply my issue. I have used another environment variable get undefined from browser (client-side) but on server side, I can get that environment variable. I have used with-universal-configuration but result is the same. |
@titellergetlinks |
package.json
server.js
I have 2 server (development and production) but i want development work like a production but database different.
If dev is true the server will build every time when tester come to the website but i want to push process.env.NODE_ENV=development like a process.env.NODE_ENV=production.
The text was updated successfully, but these errors were encountered: