faraday-academy/curriculum-app

Use cross-env for environment variables

Closed this issue · 0 comments

Environment variables are OS dependent. Use the Node module cross-env to make them work the same on all platforms.

  • set NODE_ENV using cross-env
  • make sure dotenv works cross platform