How should you manage SST’s local dev resources and a ‘dev’ stage’s resources in Seed?
Initially, I thought local dev may be creating and removing its own resources, but it looks like when you ‘sst remove’ you also tear down the resources on your Seed ‘dev’ stage.
Can these both target the same AWS account w/o conflicts - or is it better to use separate accounts?
Is a simple fix renaming the dev stage on Seed to something else, like ‘development’?