Hi from everywhere I have read about the Heroku environment variable NODE_ENV is that they set it as production for everyone but for me some odd reason it is set for me as development. How can I change it back to production?
I have even tried to force it to be production by going to settings then Reveal config vars and manually putting in NODE_ENV production. but as I tested it out with winston logger I get back that NODE_ENV is development. This is very strange.
Why is it like this for me?