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 configsCloudflare Docs
Developing with multiple Workers
Learn how to develop with multiple Workers using different approaches and configurations.
2 Replies
yes! we're working on it - don't have an estimate for when it'll be ready, but its planned :)
super happy to hear!