You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A partial-failure build no longer blanks typst.css: error pages only seed the file when absent, so the combined styles of successfully built languages survive.
A multi-language project with one surviving language keeps its routing landing page instead of having that page copied to index.html.
A failed build no longer logs "generated docs/target" before exiting non-zero.
The SSE stream no longer sends a duplicate seed frame; only actual rebuilds are pushed (WatchStream::from_changes).