main comment removed

This commit is contained in:
filipriec
2025-02-22 15:11:14 +01:00
parent 29a58587ea
commit 73891d56e5

View File

@@ -13,7 +13,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
match env::args().nth(1).as_deref() { match env::args().nth(1).as_deref() {
Some("server") => server::run_server(db_pool).await?, Some("server") => server::run_server(db_pool).await?,
// Some("client") => client::run_client().await?,
Some("client") => client::run_ui().await?, Some("client") => client::run_ui().await?,
_ => println!("Usage: cargo run -- [server|client]"), _ => println!("Usage: cargo run -- [server|client]"),
} }