Does Miniflare 3 have any mechanism to overwrite what domain names map to (within the API, not wrang
Does Miniflare 3 have any mechanism to overwrite what domain names map to (within the API, not wrangler)? For example, if my worker is doing a fetch to
https://my.custom.domain.com, I would like that to get routed to a localhost server for CI testing purposes without changing the URL within the code.
