mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
🐛 fix: add ffmpeg-static to default serverExternalPackages (#12846)
This commit is contained in:
@@ -18,12 +18,6 @@ const vercelConfig = {
|
||||
'packages/database/migrations/**',
|
||||
],
|
||||
},
|
||||
outputFileTracingIncludes: {
|
||||
'/api/webhooks/video/*': [
|
||||
'./node_modules/ffmpeg-static/ffmpeg',
|
||||
'./node_modules/.pnpm/ffmpeg-static@*/node_modules/ffmpeg-static/ffmpeg',
|
||||
],
|
||||
},
|
||||
};
|
||||
const nextConfig = defineConfig({
|
||||
...(isVercel ? vercelConfig : {}),
|
||||
|
||||
Reference in New Issue
Block a user