DioxusLabs / dioxus

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

fix the relative paths issue in the fullstack crates.io build #2248

Closed ealmloff closed 2 months ago

ealmloff commented 2 months ago

This just copies the dioxus-cli's script back into fullstack inline. In the future, we should try to pull out the hot reloading code into a separate package that both the CLI and fullstack can use to serve the websocket

ealmloff commented 2 months ago

Tracking the duplication in https://github.com/DioxusLabs/dioxus/issues/2249