Srd
05/18/2023, 8:31 AMflayks
05/18/2023, 9:39 AMm0c
05/18/2023, 11:21 AM/app
so it has its own wrangler file and definitions etc in that app folder.
I have some shared libs that all of them use. Typical turborepo setup with shared libs & apps.
I have the wrangler deploy command in my package.json as deploy command. And then turborepo will figure out on ci when I call turbo run deploy
which deploys to run depending on where the code changes are.
In summary I have not a dedicated guide, but there is also no hidden complexity. If you have specific questions let me know.Srd
05/18/2023, 6:16 PMSrd
05/18/2023, 6:17 PMSrd
05/18/2023, 6:19 PMmsutkowski
05/19/2023, 1:48 PM