Is there a way to put the `.env` files into a dire...
# sst
a
Is there a way to put the
.env
files into a directory, instead of keeping them in the root? The underlying library supports a
path
option: https://github.com/motdotla/dotenv#path As there are a bunch of different
.env
files, it seems cluttered to me to store them all in the root, instead of a
dotenv
or
config
directory of some kind. Ideally I'd be able to add
dotenv.path
to
sst.json
, I think?
f
Hey @Ari Becker, yeah that makes sense. Adding it to the roadmap https://github.com/serverless-stack/serverless-stack/issues/1809