chingu-voyage7 / Bears-Team-13

Secret Santa Online Shop | Voyage-7 | https://chingu.io/
https://secret-santa-13.herokuapp.com
3 stars 2 forks source link

Backend fix #5

Closed Alex-Cannon closed 5 years ago

Alex-Cannon commented 5 years ago

I removed .env and the dotenv package. process.env was undefined with dotenv for mac. Also undefined with plain CRA. I used config.js instead. I think this should resolve the issue.

Alex-Cannon commented 5 years ago

Be sure to check that "node src/js/server/server.js" runs before approving this PR. :)