feat(server): load .env via dotenvy on startup
CI / web (push) Has been cancelled

The binary now reads a .env file itself (dotenvy::dotenv() at the top of main),
so 'cargo run -p server' / the release binary pick up config without relying on
just's 'set dotenv-load'. Missing .env is a no-op.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 14:39:24 +02:00
parent e700e1d3cf
commit b49699175d
4 changed files with 7 additions and 0 deletions
Generated
+1
View File
@@ -2077,6 +2077,7 @@ dependencies = [
"clap",
"db",
"domain",
"dotenvy",
"http-body-util",
"memory-serve",
"reqwest",