Move server setup into router_setup
All checks were successful
Push Workflows / rustfmt (push) Successful in 5s
Push Workflows / tailwind-build (push) Successful in 8s
Push Workflows / docs (push) Successful in 33s
Push Workflows / clippy (push) Successful in 31s
Push Workflows / test (push) Successful in 57s
Push Workflows / build (push) Successful in 1m25s
Push Workflows / nix-build (push) Successful in 5m17s

Remove tokio (dioxus::serve provides a runtime)
This commit is contained in:
2026-06-27 18:51:44 -04:00
parent d52c4cbe9e
commit f2a1296454
4 changed files with 18 additions and 30 deletions

1
Cargo.lock generated
View File

@@ -2427,7 +2427,6 @@ dependencies = [
"rand 0.10.1",
"serde",
"thiserror 2.0.18",
"tokio",
"tracing",
]