@cache operator in the schema, which caches specific parts of the schemaINSUFFICIENT_SUBREQUESTS placement status.Cf-Cache-Status is DYNAMIC Cf-Cache-Status is HIT 

fetch to a URL outside of my zone, polish is used...?package.json file. The main thing you care about is:scripts. In my case I use bun as why not. No need for pnpm workspace as this works the same if not better.bun main-site install or bun install depends on what you want to do.scripts in package.json so you can do something like bun main-site deploy or bun mail-worker devpackage.json and let bun to handle the rest.@cacheINSUFFICIENT_SUBREQUESTSCf-Cache-StatusCf-Cache-StatusDYNAMICHITscriptsscriptsbun main-site installbun main-site deploybun mail-worker dev...
"type": "module",
"workspaces": [
"projects/*"
],
"scripts": {
"stripe-worker": "cd projects/stripe-worker && bun",
"main-site": "cd projects/main-site && bun",
"mail-worker": "cd projects/mail-worker && bun"
},
...