mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-23 15:29:19 +00:00
Ignore dotenv failure
This commit is contained in:
parent
659a82bf63
commit
dc7601375e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ async fn style() -> Result<Response<Body>, String> {
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
// Load environment variables
|
// Load environment variables
|
||||||
dotenvy::dotenv().unwrap();
|
_ = dotenvy::dotenv();
|
||||||
|
|
||||||
// Initialize logger
|
// Initialize logger
|
||||||
pretty_env_logger::init();
|
pretty_env_logger::init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue