kerimdzhanov / dotenv-flow

Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
MIT License
859 stars 36 forks source link

feat(dotenv-flow): implement `options.files`, closes #83 #87

Closed kerimdzhanov closed 9 months ago

kerimdzhanov commented 9 months ago

This CR adds the files option which allows explicitly specifying a list (and the order) of .env* files to load.