I'm shifting my project from simply node server.js into using Grunt.
I used to run my application directly from webstorm, and environment variables would be set up for me.
How can I achieve the same in Grunt?
I need to either run grunt from webstorm (windows), or set up env vars when running grunt (explicitly)
This isn't an issue when deploying because heroku already takes care of setting my env vars.