Spaces:
Sleeping
Sleeping
| # Write accounts from env var to disk if provided | |
| if [ -n "$ACCOUNTS_JSON" ]; then | |
| mkdir -p "$HOME/.config/antigravity-proxy" | |
| echo "$ACCOUNTS_JSON" > "$HOME/.config/antigravity-proxy/accounts.json" | |
| echo "[startup] accounts.json written from ACCOUNTS_JSON env var" | |
| fi | |
| exec npm start | |