dotenv-defaults
dotenv-defaults copied to clipboard
system environment variable DOTENV_CONFIG_PATH is ignored
in my setup
DOTENV_CONFIG_PATH=.env.test node run test
was loading .env.test with mainstream dotenv
with yours i expect merge of .env.defaults and .env.test but instead .env.defaults and .env merged
due to this issue i can't use your lib( I appreciate the effort anyway, thank you. Hope you won't abandon the project.