mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
Merge branch 'main' into chesterkxng
This commit is contained in:
@@ -6,6 +6,9 @@ import tsconfigPaths from 'vite-tsconfig-paths';
|
|||||||
// https://vitejs.dev/config https://vitest.dev/config
|
// https://vitejs.dev/config https://vitest.dev/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react(), tsconfigPaths()],
|
plugins: [react(), tsconfigPaths()],
|
||||||
|
define: {
|
||||||
|
'process.env': {}
|
||||||
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: ['@ffmpeg/ffmpeg', '@ffmpeg/util']
|
exclude: ['@ffmpeg/ffmpeg', '@ffmpeg/util']
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user