Skip to content

Commit 824280e

Browse files
nimrodkraclaude
andcommitted
fix: add explicit build configuration to vercel.json
Add buildCommand, installCommand, and framework settings to help Vercel properly detect and use the Node.js version from .nvmrc. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7819468 commit 824280e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vercel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"cleanUrls": true,
3-
"trailingSlash": false
3+
"trailingSlash": false,
4+
"buildCommand": "npm run build",
5+
"installCommand": "npm install",
6+
"framework": "other"
47
}

0 commit comments

Comments
 (0)