DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.35k stars 740 forks source link

Fix hot reload on windows #2142

Closed ealmloff closed 3 months ago

ealmloff commented 3 months ago

This switches to @dioxusin instead of a directory for windows hot reloading and fixes a race condition between the desktop build and the hot reloading server

Closes https://github.com/DioxusLabs/dioxus/issues/1914