Make config window into config browser

This commit is contained in:
Michael Mikovsky
2025-12-01 20:13:35 -07:00
parent d1a0050f45
commit 7f2b145a7a
5 changed files with 241 additions and 55 deletions
+3
View File
@@ -3,3 +3,6 @@
mod api;
pub mod database;
pub use api::app::start_api;
#[static_init::dynamic]
static DATABASE_TREES: Vec<&'static str> = vec!["users"];