A module for loading .env files and optionally loading defaults and a schema for validating all values are present.
MIT License
111
stars
24
forks
source link
[BUG] If `includeProcessEnv` + `errorOnExtra` set to `true`, errors will be thrown for `process.env` variables that exist on the system (not specific to `.env.schema`) #28
Obviously this is a core bug, I wanted to use this package again in
@ladjs/env
but this is preventing that.