Closed ianpogi5 closed 9 years ago
This package uses Atom's BufferedProcess
to launch Meteor: https://github.com/PEM--/meteor-helper/blob/master/lib/meteor-helper-view.coffee#L280
Thus, if your environment variables are available within Atom, they should be transmitted to Meteor.
Ok I was able to resolve my problem by following this SO post: http://stackoverflow.com/questions/603785/environment-variables-in-mac-os-x
Thanks for pointing me to the right direction.
Happy users make happy developers :smile:
Very true!
I use .bash_profile to define environment variables like VELOCITY=0.
How can I get this package to read it before launching meteor?