refactor: Split web code into multiple files, improve static resource loading

This commit is contained in:
Ginger
2026-02-28 20:32:46 -05:00
parent 9515019641
commit 3d50af0943
14 changed files with 194 additions and 65 deletions
+5
View File
@@ -26,6 +26,11 @@ futures.workspace = true
tracing.workspace = true
rand.workspace = true
thiserror.workspace = true
tower-http.workspace = true
memory-serve = "2.1.0"
[build-dependencies]
memory-serve = "2.1.0"
[lints]
workspace = true