chore: fix vercel runtime config

This commit is contained in:
EGOIST 2022-05-05 00:02:49 +08:00
parent 2a09008be2
commit b0d43aa932
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ async function main() {
})
fs.outputJSONSync(".vercel/output/functions/render.func/.vc-config.json", {
runtime: "node14.x",
runtime: "nodejs14.x",
handler: "index.js",
launcherType: "Nodejs",
})