Fix Vercel functions runtime version

This commit is contained in:
Randall Stillwell 2025-07-21 14:13:17 -05:00
parent 54fb73773a
commit 64247f79af

View file

@ -52,7 +52,7 @@
],
"functions": {
"api/**/*.ts": {
"runtime": "@vercel/node"
"runtime": "@vercel/node@3.0.7"
}
}
}