use loco_rs::cli; use migration::Migrator; use termi_api::app::App; #[tokio::main] async fn main() -> loco_rs::Result<()> { cli::main::().await }