We're migrating a large codebase over to SST. We figured we would start with monorepo mode and configure it to only manage a few of our resources at first, and then incrementally adopt it for more of our stack over time.
It looks like the CLI creates sst-env.d.ts files in all of our the packages in our repo. This includes:
Packages for resources not managed by SST
Tons of one-off scripts (which we create separate packages for under a collective scripts directory)
This is a minor issue but just thought I would mention it.
We're migrating a large codebase over to SST. We figured we would start with monorepo mode and configure it to only manage a few of our resources at first, and then incrementally adopt it for more of our stack over time.
It looks like the CLI creates
sst-env.d.ts
files in all of our the packages in our repo. This includes:scripts
directory)This is a minor issue but just thought I would mention it.