console
console copied to clipboard
Autodeploy not working as expected in a monorepo
We have been using Autodeploy on our project.
We have a Turborepo monorepo, and we import some shared config from a local package in our sst.config.ts
With this approach the Autodeploy service is not able to read our sst config and the deploy fails, we see Error evaluating sst.config.ts
Once we replace the shared config with actual values the deploy works great.
Let me know if you need a reproducible example, or if i've raised this in the right place.