feat: trim video

This commit is contained in:
Ibrahima G. Coulibaly 2025-03-10 04:13:10 +00:00
commit d76abec8c0
16 changed files with 535 additions and 169 deletions

View file

@ -6,6 +6,9 @@ import tsconfigPaths from 'vite-tsconfig-paths';
// https://vitejs.dev/config https://vitest.dev/config
export default defineConfig({
plugins: [react(), tsconfigPaths()],
optimizeDeps: {
exclude: ['@ffmpeg/ffmpeg', '@ffmpeg/util']
},
test: {
globals: true,
environment: 'happy-dom',