Improve log viewer

This commit is contained in:
Michael Mikovsky
2025-12-16 17:12:00 -07:00
parent 3691dc18f1
commit 6c2854b588
10 changed files with 333 additions and 28 deletions
+1
View File
@@ -2,6 +2,7 @@
mod api;
pub mod logger;
mod modules;
mod server;
pub use api::app::start_api;