astro/.changeset/curly-emus-ring.md
Matthew Phillips 016833a3bc
Honor user's hmr settings (#436)
* Honor user's hmr settings

This contains 2 fixes:

* If the user sets the hmrPort in their own snowpack config we use that port.
* If the user sets `window.HMR_WEBSOCKET_URL` we defer to that

* Adds the changeset
2021-06-14 16:10:29 -04:00

5 lines
50 B
Markdown

---
'astro': patch
---
Honors users HMR settings