#!/bin/sh set -e # ── Generate runtime config from env vars ──────────────────────────────────── CONFIG_FILE="/ui/build/config.js" cat > "$CONFIG_FILE" <