Compare commits

..

No commits in common. "9a4841b9d979a720568febfaef874c0cffbc4360" and "aa8a62436073032af8b50aadbd6820d137ef7997" have entirely different histories.

View File

@ -835,14 +835,8 @@ where
}
}
fn main() {
match Application::<Prod>::default().run() {
Ok(_) => {}
Err(e) => {
eprintln!("{}", e);
std::process::exit(1);
}
}
fn main() -> Result<(), String> {
Application::<Prod>::default().run()
}
fn parse_server_configuration<F>(