we compiled
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// client/src/main.rs
|
||||
use client::run_ui;
|
||||
use dotenvy::dotenv;
|
||||
use std::error::Error;
|
||||
use anyhow::{anyhow, Result};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn Error>> {
|
||||
async fn main() -> Result<()> {
|
||||
dotenv().ok();
|
||||
run_ui().await
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user