diff --git a/frontend/entrypoint.sh b/frontend/entrypoint.sh index e76c3bb..b368b7c 100644 --- a/frontend/entrypoint.sh +++ b/frontend/entrypoint.sh @@ -1,19 +1,12 @@ #!/bin/sh set -e -# Inject runtime config from environment variables into the built SPA. -# This file is written to /app/dist/config.js and loaded by index.html -# BEFORE the Vite bundle — so window.__APP_CONFIG__ is available at startup. -# -# Add new config values here and in src/lib/api.ts Window interface. - cat > /app/dist/config.js <