-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment variables not being set #116
Comments
I'm also facing this problem. I've read docs of @leggomuhgreggo , but I don't know how to configure this in the |
@BlumDev92 Here's how I fixed the problem. I changed my app.json to app.config.js and added the following code.
Then run
Now you can use |
In my nx expo project, the process.env object shows the following
{
"NODE_ENV": "development",
}
None of the variables in my .env file are being included.
The text was updated successfully, but these errors were encountered: