chore: remove ffmpeg video compression

This commit is contained in:
Tim
2025-09-12 10:41:48 +08:00
parent 37bef0b2d7
commit 6497cb92af
8 changed files with 8 additions and 504 deletions

View File

@@ -97,9 +97,7 @@ export default defineNuxtConfig({
},
},
vite: {
optimizeDeps: {
exclude: ['@ffmpeg/ffmpeg', '@ffmpeg/util'],
},
optimizeDeps: {},
build: {},
},
})