Ari Becker
06/11/2022, 8:01 AM.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?Frank