pub fn run_blocking(bind: &str, open: bool, preload: Preload) -> Result<()>
Synchronous helper used by main.rs. Builds a current-thread Tokio runtime, starts the server, optionally opens the browser, and blocks until ctrl-c.
main.rs