2026-08-01 11:47:01 +07:00
|
|
|
allowBuilds:
|
|
|
|
|
"@discordjs/opus": true
|
|
|
|
|
"@lng2004/node-datachannel": true
|
|
|
|
|
esbuild: true
|
|
|
|
|
node-av: true
|
|
|
|
|
zeromq: true
|
|
|
|
|
# pnpm 11 requires build-script approvals here (the legacy `pnpm` field in
|
|
|
|
|
# package.json is ignored). Native voice deps need their postinstall build.
|
2026-08-01 12:44:01 +07:00
|
|
|
# NOTE: sharp sengaja TIDAK ada — binary-nya dari @img/sharp-linux-x64
|
|
|
|
|
# (prebuilt), install script-nya cuma validasi dan gagal di Nix sandbox.
|
|
|
|
|
# Kalau script sharp dijalankan pnpm rebuild abort sebelum opus/datachannel
|
|
|
|
|
# kebangun. node-crc dihapus dari deps (tidak pernah di-import).
|
2026-08-01 11:47:01 +07:00
|
|
|
onlyBuiltDependencies:
|
|
|
|
|
- "@discordjs/opus"
|
|
|
|
|
- "@lng2004/node-datachannel"
|
|
|
|
|
- esbuild
|
|
|
|
|
- node-av
|
|
|
|
|
- zeromq
|