In order to improve DX, I'm trying to locally redirect ngrok request to localhost:3000 without going to ngrok servers
I need ngrok to embed my app in shopify admin but other than that, I want the requests to go directly to localhost and thus make reloading and hmr much faster
Is there a way to do this using a proxy? Is there a better method?