--x-registry in a pnpm monorepo and running into an issue with service bindings... pnpm run -r dev works fine until I add a service binding. Using sleep 1 && wrangler dev in worker A (with the binding) gives enough time for the bound worker B to arrive and be ready to be bound to by A, so everything works. Is there a simpler/unhacky way of working locally with service bindings in a monorepo? Fingers crossed and thanks in advance for any help env.production (so it's not available locally)
wrangler dev in the background? Kind of like passing the -d flag to Docker? I am specifically thinking for a CICD pipeline, where I might want to startup a local dev instance to test against before pushing my changes out to Cloudflare.


--old-asset-ttl for that and it keeps assets in KV, but seems links to that assets disapeare form __STATIC_CONTENT_MANIFEST (More details workers-and-pages-helpOld assets availability with `--old-asset-ttl`) wrangler dev for both worker projects ordatabase_id for pages development from .preview.vars and in the prod environment from a secret? The docs don't make it particularly clear if or how I might do that - or even how to use vars to be referenced with wrangler.tomlnpx wrangler pages dev ./distpublic/buildpublic/build, so it takes a long time and my window is full of this:npm run dev and then edit app/routes/_index.tsx to see all the restarting action.# wrangler.toml
[env.production]
vars = { ENVIRONMENT = "production" }
routes = [
{ pattern = "sub.mysite.io/*", zone_name = "mysite.io" },
{ pattern = "sub.mysite.io", zone_name = "mysite.io", custom_domain = true },
]database_id.preview.varsnpx wrangler pages dev ./distpublic/buildpublic/build...
🌀 File /Users/zwily/Source/my-remix-app2/public/build/routes/_index-QPNMKNPS.js.map was removed...
⎔ Reloading local server...
🌀 Directory /Users/zwily/Source/my-remix-app2/public/build/routes was removed...
⎔ Reloading local server...
⎔ Reloading local server...
... (hundreds of lines of this) ...app/routes/_index.tsx