main comment removed
This commit is contained in:
@@ -13,7 +13,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
match env::args().nth(1).as_deref() {
|
||||
Some("server") => server::run_server(db_pool).await?,
|
||||
// Some("client") => client::run_client().await?,
|
||||
Some("client") => client::run_ui().await?,
|
||||
_ => println!("Usage: cargo run -- [server|client]"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user