diff --git a/wrangler.toml b/wrangler.toml index f3b3d2d..398fe08 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,7 +5,4 @@ compatibility_date = "2025-06-28" pages_build_output_dir = ".vercel/output/static" # 开启 Node.js API 兼容层(next-on-pages 已自动注入所需 polyfill) -compatibility_flags = ["nodejs_compat"] - -[build] -command = "pnpm install --frozen-lockfile && pnpm run pages:build" \ No newline at end of file +compatibility_flags = ["nodejs_compat"] \ No newline at end of file