You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
I added .env file in my project root directory and loaded keys in process.env using https://github.com/fivetanley/ember-cli-dotenv , but ember-cli-front-builds loads before my keys get loaded in process.env .
To fix this issue , I had to add dotenv package and load it in lib/commands/base-command-factory.js
I added .env file in my project root directory and loaded keys in process.env using https://github.com/fivetanley/ember-cli-dotenv , but ember-cli-front-builds loads before my keys get loaded in process.env .
To fix this issue , I had to add
dotenv
package and load it inlib/commands/base-command-factory.js
anilmaurya@d462dbb
Is it the right way or I am missing something here ?
The text was updated successfully, but these errors were encountered: