mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 00:44:57 +05:30
feat: trim video
This commit is contained in:
parent
e2c6d02fe6
commit
d76abec8c0
16 changed files with 535 additions and 169 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue