This commit is contained in:
+3
-1
@@ -79,7 +79,9 @@ enum Commands {
|
|||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
dotenvy::dotenv().expect("Failed to load .env file");
|
if dotenvy::dotenv().is_ok() {
|
||||||
|
println!("Loaded .env file");
|
||||||
|
}
|
||||||
|
|
||||||
// Init tracing
|
// Init tracing
|
||||||
tracing_subscriber::fmt::init();
|
tracing_subscriber::fmt::init();
|
||||||
|
|||||||
Reference in New Issue
Block a user