Skip to content

Commit 7a0321b

Browse files
committed
修复vercel部署后运行错误
1 parent 0cc7712 commit 7a0321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"builds": [
44
{
55
"src": "./index.js",
6-
"use": "@vercel/node"
6+
"use": "@vercel/node@2.5.10"
77
}
88
],
99
"routes": [

0 commit comments

Comments
 (0)