fix: 降级 Vercel Node 运行时到 2.15.10

- @vercel/node@3.0.0 不支持 Node.js 20.x
- 使用 @vercel/node@2.15.10 支持 Node.js 18.x-20.x

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
golc 2026-03-04 09:51:09 +00:00
parent 302d5f5f7c
commit 7f35617f64
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"buildCommand": "pnpm run build", "buildCommand": "pnpm run build",
"functions": { "functions": {
"api/*.ts": { "api/*.ts": {
"runtime": "@vercel/node@3.0.0" "runtime": "@vercel/node@2.15.10"
} }
} }
} }