Skip to content

Commit 592eae7

Browse files
committed
chore(web): prune unused @opennextjs/cloudflare + wrangler deps
Web is Vercel-only now (no OpenNext/Cloudflare build path), so these were dead weight — confirmed no imports in apps/web. Removes ~159 packages from the web install. wrangler stays in the catalog for the Cloudflare worker apps. Deferred in 595412f to avoid lockfile churn right after a deploy; safe now.
1 parent e3f50ee commit 592eae7

2 files changed

Lines changed: 2 additions & 2012 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@cheatcode/ui": "workspace:*",
2020
"@clerk/nextjs": "catalog:",
2121
"@hookform/resolvers": "catalog:",
22-
"@opennextjs/cloudflare": "catalog:",
2322
"@streamdown/code": "catalog:",
2423
"@streamdown/math": "catalog:",
2524
"@streamdown/mermaid": "catalog:",
@@ -58,7 +57,6 @@
5857
"@types/react": "catalog:",
5958
"@types/react-dom": "catalog:",
6059
"eslint-config-next": "catalog:",
61-
"typescript": "catalog:",
62-
"wrangler": "catalog:"
60+
"typescript": "catalog:"
6361
}
6462
}

0 commit comments

Comments
 (0)