use ovlach_frontend::rocket_builder; use rocket::launch; #[launch] fn rocket() -> _ { rocket_builder() }