dotenv-defaults
dotenv-defaults copied to clipboard
dotenv... but with defaults!
I wanna write some comments for my env variables
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
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
typescript project `import "dotenv-defaults/config"` gives ```stacktrace /home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:366 throw new ERR_MODULE_NOT_FOUND( ^ CustomError: Cannot find module '/home/user/p/xxx/yyy/node_modules/dotenv-defaults/config' imported from /home/user/p/xxx/yyy/src/index.ts at finalizeResolution (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:366:11) at moduleResolve (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:801:10) at Object.defaultResolve (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:912:11) at /home/user/p/xxx/yyy/node_modules/ts-node/src/esm.ts:218:35...
most of us are using dotenv and then only we would need a dependency like this to solve the problem that your awesome package is solving. Assuming that, we must...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...