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:
co-authored by
Claude Opus 4.6
parent
994d1d4c91
commit
966ce83eae
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -a
|
||||
source "$(dirname "$0")/.env"
|
||||
set +a
|
||||
exec python -m world_intel_mcp.dashboard.app
|
||||
Reference in New Issue
Block a user