Skip to content

Commit e817411

Browse files
nimrodkraclaude
andcommitted
fix: correct Vercel runtime specification format
Use @vercel/node@3.0.7 runtime format instead of nodejs22.x to resolve Vercel function runtime validation error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 60bf489 commit e817411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"trailingSlash": false,
44
"functions": {
55
"app/**": {
6-
"runtime": "nodejs22.x"
6+
"runtime": "@vercel/node@3.0.7"
77
}
88
}
99
}

0 commit comments

Comments
 (0)