Skip to content

Commit b8967a4

Browse files
committed
fix: add missing cobe dependency that breaks Vercel build
globe.tsx imports cobe but it wasn't in package.json, causing TypeScript compilation failure on Vercel production deploys.
1 parent 8cd08a0 commit b8967a4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
5050
"cmdk": "^1.1.1",
51+
"cobe": "^0.6.5",
5152
"lucide-react": "^0.555.0",
5253
"motion": "^12.23.25",
5354
"next": "^16.0.7",

0 commit comments

Comments
 (0)