Another unrelated question: The docs suggest using...
# help
p
Another unrelated question: The docs suggest using
sst-env
for starting the react app locally, but sometimes I want to start the react app pointed at dev/staging deployed services or simply don’t want to have to wait for the debugging stack to deploy - I could have a separate start script, but then I’d be potentially duplicating .env variables in another place. Curious if anyone has a pattern for accomplishing this.
t
I actually have a separate start script - we should maybe allow overriding in sst-env