A little app to serve my photography from my personal website

maybe get more debugging info this way

ericwood.org 96a08869 a2c72aaf

Waiting for spindle ...
+1 -1
+1 -1
src/main.rs
··· 21 21 22 22 #[tokio::main] 23 23 async fn main() -> anyhow::Result<()> { 24 - dotenv().ok(); 24 + dotenv()?; 25 25 let pool = SqlitePool::connect(&env::var("DATABASE_URL")?) 26 26 .await 27 27 .expect("Where's the database???");