Skip to main content

quit

Function quit 

Source
pub async fn quit() -> impl IntoResponse
Expand 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.