init
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
use tokio::signal;
|
||||
use ox_speak_server_lib::app::app::App;
|
||||
use ox_speak_server_lib::app::conf::load_env;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
// Charger le .env
|
||||
load_env();
|
||||
|
||||
let mut app = App::new().await;
|
||||
app.start().await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user