refactored app startup flow

This commit is contained in:
2026-01-29 22:42:37 +08:00
parent 5e8322d979
commit 2ebe3be106
8 changed files with 180 additions and 165 deletions

View File

@@ -0,0 +1,3 @@
pub mod lifecycle;
pub mod startup;
pub mod tracing;