Files
GMW/pnpm-workspace.yaml
T
MythEclipseandClaude Opus 4.8 0e79ba0d50 fix(voice): disable OGG CRC to avoid node-crc native build failure
- prism-media@2.0.0-alpha.0 OggLogicalBitstream requires node-crc
- node-crc is Rust native addon that fails to build (MSRV compat)
- Setting crc: false makes prism-media skip require('node-crc')
- OGG streams work correctly without CRC checksums
- node-crc kept in package.json

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 19:57:33 +07:00

39 lines
731 B
YAML

packages:
- services/frontend
- services/backend
- services/discord-gateway
- packages/shared
- vendor/discord-video-stream
- vendor/discord.js-selfbot-v13
allowBuilds:
'@discordjs/opus': true
'@lng2004/node-datachannel': true
better-sqlite3: true
esbuild: true
node-av: true
node-crc: true
sharp: true
zeromq: true
minimumReleaseAgeExclude:
- '@types/node@25.9.0'
- pg-cloudflare@1.4.0
- pg-connection-string@2.13.0
- pg-pool@3.14.0
- pg-protocol@1.14.0
- pg@8.21.0
- tsx@4.22.2
onlyBuiltDependencies:
- '@discordjs/opus'
- '@lng2004/node-datachannel'
- better-sqlite3
- esbuild
- node-av
- sharp
- zeromq
patchedDependencies:
jsdoc@3.6.11: patches/jsdoc@3.6.11.patch