In local dev mode with wrangler, is there a way to run a worker and a durable object. 1. worker is t
In local dev mode with wrangler, is there a way to run a worker and a durable object.
- worker is the main site
- durable is a websocket server under /path
This setup works find in production, where I can use worker routes. Is there something similar for local dev? (so it looks like both are under localhost:3000 and I can dev like I prod?


