replace dotenv with dotenvy

This commit is contained in:
xenofem 2024-03-27 15:33:34 -04:00
parent a641375f92
commit 37695b8bbd
3 changed files with 6 additions and 6 deletions

View file

@ -374,7 +374,7 @@ where
#[actix_web::main]
async fn main() -> std::io::Result<()> {
dotenv::dotenv().ok();
dotenvy::dotenv().ok();
env_logger::init();
let static_dir: PathBuf = env_or_else("TRANSBEAM_STATIC_DIR", || PathBuf::from("static"));