Developing with multiple Workers

love the multi worker setup we have now https://developers.cloudflare.com/workers/development-testing/multi-workers/ but will this ever work between vite+wrangler? or can we make this work? wrangler dev -c ./app/wrangler.jsonc -c ./api/wrangler.jsonc) does not support cross-process bindings at the moment. so we can at least run 1 vite and 1 wrangler with mutiple configs
Cloudflare Docs
Developing with multiple Workers
Learn how to develop with multiple Workers using different approaches and configurations.
2 Replies
Wonky Onion
Wonky Onion2mo ago
yes! we're working on it - don't have an estimate for when it'll be ready, but its planned :)
Silvan
SilvanOP2mo ago
super happy to hear!

Did you find this page helpful?