global: snapshot

This commit is contained in:
nym21
2026-01-15 23:34:43 +01:00
parent b0d933a7ab
commit 967d2c7f35
67 changed files with 6854 additions and 5210 deletions

View File

@@ -56,7 +56,7 @@ fn run() -> Result<()> {
runtime.block_on(async move {
let server = Server::new(&query, outputs_dir, WebsiteSource::Disabled);
let handle = tokio::spawn(async move { server.serve(true).await });
let handle = tokio::spawn(async move { server.serve().await });
// Await the handle to catch both panics and errors
match handle.await {