fix: auto-load .env via python-dotenv for dashboard API keys

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marc Shade
2026-02-24 12:42:15 -05:00
co-authored by Claude Opus 4.6
parent 994d1d4c91
commit 966ce83eae
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -a
source "$(dirname "$0")/.env"
set +a
exec python -m world_intel_mcp.dashboard.app