Closed erfanhemmati closed 5 years ago
Hi
Didn't get your point, can you please elaborate.
Thanks,
my question is. What does the following piece of code do? export NODE_ENV=dev
It will set program environment, like for development or production
How i can disable this command ?
Hii,
Why you are need to disable this? this is the best way to use environment in node.
anyway If you need to remove this command, find this string in node project 'process.env.XXX' XXX is like PORT, HOST, etc and replace with your config directly.
Thanks,
How i disable export NODE_ENV=dev ?