1//! dev 环境辅助模块(SkyWalking 替代自建 UI) 2 3pub mod error_log; 4pub mod error_repo; 5pub mod health; 6pub mod mcp; 7pub mod paths; 8pub mod routes; 9 10pub use routes::routes;