essentia additions: probably not good enough to add 10x app disk size

This commit is contained in:
vadimwit
2026-03-09 22:44:15 +00:00
parent 22b8f1fe04
commit 3258060661
8 changed files with 342 additions and 9 deletions
+5
View File
@@ -11,4 +11,9 @@ export default defineConfig({
build: {
outDir: 'dist',
},
optimizeDeps: {
// Essentia uses emscripten output that esbuild can't pre-bundle reliably.
// Exclude it so Vite serves the files directly from node_modules.
exclude: ['essentia.js'],
},
})