Work on log viewer

This commit is contained in:
Michael Mikovsky
2025-12-13 13:29:17 -07:00
parent 75f1fe1cc2
commit 7525b9a213
10 changed files with 274 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
// #![macro_use]
mod api;
pub mod logger;
mod server;
pub use api::app::start_api;