In Ubuntu it’s quite simple; I can run the application using:

$ NODE_ENV=production node myapp/app.js

However, this doesn’t work on Windows. Is there a configuration file where I can set the attribute?

22 Answers
22

Leave a Reply

Your email address will not be published. Required fields are marked *