// Runtime operator configuration, read by the app before the bundle loads // (see src/config/env.ts). In the PROD image this file is OVERWRITTEN at // container start from $PUBLIC_API_BASE_URL (dockerfiles/30-runtime-config.sh), // so one prebuilt image can target any backend origin without a rebuild. // // This committed stub is the local-dev / build-time default: it leaves the // config empty so base-URL resolution falls back to the build-time env var. window.__APP_CONFIG__ = {};