Fix Vercel functions runtime version
This commit is contained in:
parent
54fb73773a
commit
64247f79af
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
],
|
],
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/**/*.ts": {
|
"api/**/*.ts": {
|
||||||
"runtime": "@vercel/node"
|
"runtime": "@vercel/node@3.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue