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