How do you setup development environments for workers that need to interact with local services?
I'm just learning to use Workers and I need to notify a message queue service when a file has been uploaded to my bucket, but during development this services runs locally. Should I use CloudFlare tunnels to connect my worker to my local development server?
0 Replies