I am a beginner in Node and I see the following code in my project:
process.env.NODE_ENV
What is NODE_ENV
and how can I get access to it or change it? It seems to pick up some values but don't know from where is it getting picked up.
Please let me know.