first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
mod api;
|
||||
mod env;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
let config = env::load_config()?;
|
||||
|
||||
api::start_api(config).await
|
||||
}
|
||||
Reference in New Issue
Block a user