1 2 3 4 5 6
use maincopy_server::{error::ProcessExit, startup::run_until_stop}; #[tokio::main] async fn main() -> ProcessExit { run_until_stop().await }