mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-18 20:30:08 +08:00
fix
This commit is contained in:
parent
b72156866d
commit
197eec40ad
@ -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",
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user