Rory Stokes
Results
2
issues of
Rory Stokes
Fixes #3464
According to the documentation (https://docs.sst.dev/config#other-environment-variables), dotenv shouldn't override any existing environment variables. The current implementation has all four invocations of dotenv configured to override (https://github.com/motdotla/dotenv#override). In `packages/sst/src/cli/sst.ts`: ``` import dotenv...