Was there a specific reason to remove the default ...
# random
a
Was there a specific reason to remove the default stage key from
sst.json
?
t
Yeah it creates some weird situations with VCS and we couldn't think of a good reason to have it. How were you looking to use it?
a
I use seed, I’ve no problems. 😂 But other VCS will have trouble building without passing custom env vars on a per branch basis.
f
Yeah and for teams where ppl share the same AWS account, and multiple running
sst start
(using the default stage in sst.json) stepping on each other’s stack.
a
right, didn’t think of that one.