Is there a convenient way to configure dotenv to l...
# help
s
Is there a convenient way to configure dotenv to look for .env files in a place other than the root directory? This isn't a big deal, but my root directory looks like a junk drawer, and I'd like to clean it up a bit. For example, an
environment
folder at the project root would be nice. Or having them alongside my stack definitions within the
/stacks
directory also makes sense since they aren't used elsewhere in my app
Hmm, it looks like there is a
searchPaths
option used internally
f
that’s bad naming.. it’s really expecting the env file names