-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Hey,
Is there a way to configure browser hot reload with wrangler pages dev when functions (eg.: /functions/index.ts) are edited?
I've tried with --live-reload arg and wrangler.toml:
[miniflare]
live_reload = trueBoth no success 😐
Testing with Node 16 on Windows.
I'm using miniflare and vite with
wrangler pages dev -- npx vite, vite HMR works out of the box (👍🏾 ), problem is just with SSR hot reloads.