Add tree thing

This commit is contained in:
Michael Mikovsky
2025-12-17 16:40:34 -07:00
parent 6e73cb8a8e
commit 2dc736b02e
12 changed files with 385 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ mod config;
pub mod logger;
mod modules;
mod server;
pub use api::app::start_api;
pub use server::Server;