diff --git a/wrapper.sh b/wrapper.sh index 26fa479..b6278b6 100644 --- a/wrapper.sh +++ b/wrapper.sh @@ -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"