This commit is contained in:
hailin 2025-06-14 23:24:31 +08:00
parent 5139bed3fc
commit 5c413f4af5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ -z "${SUPABASE_URL:-}" ]; then
fi
# ✅ 删除旧的 env.js如果存在
ENV_FILE="/plugai/zerostak/t1/public/env.js"
ENV_FILE="/plugai/zerostack/t1/public/env.js"
if [ -f "$ENV_FILE" ]; then
echo "[plugai-ui] Removing old env.js"
rm -f "$ENV_FILE"