docs: update generated docs

This commit is contained in:
nym21
2026-01-17 22:48:00 +01:00
parent 2e1037ff36
commit ac30f0e512
358 changed files with 2491 additions and 2035 deletions

View File

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