Recently I was working on a shopify app where I needed orders/fulfilled webhook. I was on the latest React Router Template and what I noticed, the Webhook was working only after I start the server with shopify app dev. Then if I change anything on the customer account UI extensino and save this, the webhook breaks and doesn’t work. That means after the Vite hot reload on that extension UI breaks the webhook tunnel.
How can I solve this issue?