Closed
Description
Describe the solution
Add an option to have wrangler execute locally, yet be able to fetch / interact with remote resources like KV and etc.?
In my use case, I have some resources that are sensitive that I don't want to store on a dev box, even if they are just "dev keys". So, I want my worker to be able to retrieve them via KV. Yet, I want to be able to perform integration tests against locally hosted stuff - i.e.; i'd like to call fetch("http://127.0.0.1:80/getThingy").