Alistair Stead
03/08/2022, 5:57 PMnpx sst start
for a local debug stack and npm run dev
of a next.js site? I’m thinking for example when using turbo or other monorepo tooling that you can run a single command that starts the debug stack as a dependency to the next.js dev runtime. I can start them in parallel but the next.js dev process will fail because the debug stack has not yet created the files needed by sst-env
. Alternatively, could sst-env
rather than die and kill the process. The sst-env
process could output a message to STDOUT, wait and retry until the file content exists. This way starting the processes in parallel would work and no additional process coordination would be needed.Alistair Stead
03/08/2022, 6:06 PMFrank
Frank
sst-env
with the deployed app? ie. after running sst deploy
.Alistair Stead
03/08/2022, 7:59 PMFrank
Alistair Stead
03/08/2022, 10:42 PMFrank
Alistair Stead
03/16/2022, 9:22 PMFrank
Frank
Alistair Stead
03/25/2022, 8:34 AM