Skip to content

Commit 658de63

Browse files
Krigsclaude
andcommitted
fix(vercel): add next to root devDependencies for framework detection
Vercel requires Next.js in the root package.json to detect the framework, even in a monorepo where apps have their own dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 582129a commit 658de63

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"Bash(git restore:*)",
1212
"Bash(git commit:*)",
1313
"Bash(git push)",
14-
"Bash(git add:*)"
14+
"Bash(git add:*)",
15+
"Bash(pnpm install:*)"
1516
],
1617
"deny": [],
1718
"ask": []

odin-framework/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@types/node": "^22.15.3",
13+
"next": "^16.0.1",
1314
"prettier": "^3.6.2",
1415
"turbo": "^2.6.1",
1516
"typescript": "5.9.2"

odin-framework/pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)