FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

set ENV vars on server process when running npm run start-dev #144

Closed collin closed 6 years ago

collin commented 6 years ago

It appears that you need to specify the environment variable for the &ed child process as well.

Students were getting pocess.env.NODE_ENV === undefined.