dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Restore SSG serve logic

Open ealmloff opened this issue 9 months ago • 1 comments

#3797 removed the SSG logic for serve. This PR restores it

ealmloff avatar May 13 '25 20:05 ealmloff

SSG is working with base hot reloading, but hot patching is broken because of https://github.com/DioxusLabs/dioxus/issues/4147

ealmloff avatar May 19 '25 17:05 ealmloff