Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
862
stars
35
forks
source link
config({purge_dotenv=true}) fails to load any environment if .env not found #50
Closed
cnorris4423 closed 1 year ago
This simple program will not load any config when a
.env
file is not found.