Remove warnings and add some debug logging

This commit is contained in:
Michael Mikovsky
2025-11-30 17:45:32 -07:00
parent f85a0c0295
commit 22650e5668
7 changed files with 15 additions and 19 deletions
+2
View File
@@ -1,4 +1,6 @@
// #![macro_use]
#[cfg(feature = "run")]
mod api;
#[cfg(feature = "run")]
pub use api::app::start_api;