Heroku local [WARN] No ENV file found when using Config library to manage environments
Asked Answered
N

1

0

I'm using Config library to mange my environments, so i do not have .env file, how to make heroku ignore this fact ?.

It work fine when i deploy to Heroku, but fails locally. I tried:

heroku local web which fires npm run build && node dist/Server // [WARN] No ENV file found

Nerynesbit answered 17/5, 2018 at 8:14 Comment(0)
M
0

The only way to make Heroku remove this warning is to create a .env file.
This warning shouldn't be problematic in itself though, as it shouldn't prevent your app from running.

Monogenetic answered 17/5, 2018 at 12:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.