Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Feb 3, 2025
1 parent b721568 commit 197eec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 197eec4

Please sign in to comment.