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:
parent
302d5f5f7c
commit
7f35617f64
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue