This commit is contained in:
手瓜一十雪
2025-02-03 15:05:12 +08:00
parent b72156866d
commit a2b00fc2a9
2 changed files with 3 additions and 2 deletions

View File

@@ -54,10 +54,10 @@
"winston": "^3.17.0",
"@homebridge/node-pty-prebuilt-multiarch": "^0.12.0-beta.5",
"@ffmpeg.wasm/main": "^0.13.1",
"piscina": "^4.7.0",
"express-rate-limit": "^7.5.0"
},
"dependencies": {
"piscina": "^4.7.0",
"@ffmpeg.wasm/core-mt": "^0.13.2",
"express": "^5.0.0",
"silk-wasm": "^3.6.1",

View File

@@ -8,7 +8,8 @@ const external = [
'silk-wasm',
'ws',
'express',
'@ffmpeg.wasm/core-mt'
'@ffmpeg.wasm/core-mt',
'piscina'
];
const nodeModules = [...builtinModules, builtinModules.map((m) => `node:${m}`)].flat();