Switch from dotenv to dotenvy

This commit is contained in:
2024-11-18 18:34:20 -05:00
parent 190df0edfd
commit 0c1bab9fbb
3 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ async fn main() {
info!("\n{}", include_str!("../ascii_art.txt"));
info!("Starting Leptos server...");
use dotenv::dotenv;
use dotenvy::dotenv;
dotenv().ok();
debug!("Running database migrations...");