pub async fn quit() -> impl IntoResponseExpand description
Dev-only: ask the server to exit. Pair with a shell loop
(while true; do cargo run -p demystify-web --bin demystify-web; done)
to get an in-place restart after code changes. Not linked from the UI.