Skip to content

Commit 4d22bf4

Browse files
committed
Add zlib-sync runtime dependency for Discord adapter builds.
This resolves Vercel production build failures caused by @discordjs/ws requiring zlib-sync during Next.js bundling.
1 parent 7a0abc5 commit 4d22bf4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

app/bun.lock

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

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"uuid": "^13.0.0",
9191
"vaul": "^1.1.2",
9292
"workflow": "^4.1.0-beta.60",
93+
"zlib-sync": "^0.1.10",
9394
"zod": "^4.1.8"
9495
},
9596
"devDependencies": {

0 commit comments

Comments
 (0)