fix(stage-*): Kokoro TTS now works in production too (#1017)

This commit is contained in:
Sebastián
2026-02-03 05:27:06 +08:00
committed by GitHub
parent d95dc5e023
commit c8f679e1e4
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -71,6 +71,14 @@ export default defineConfig({
build: {
sourcemap: true,
},
worker: {
format: 'es',
rollupOptions: {
output: {
inlineDynamicImports: false,
},
},
},
plugins: [
mkcert(),
@@ -91,6 +91,14 @@ export default defineConfig({
],
},
},
worker: {
format: 'es',
rollupOptions: {
output: {
inlineDynamicImports: false,
},
},
},
plugins: [
Info(),
+8
View File
@@ -71,6 +71,14 @@ export default defineConfig({
build: {
sourcemap: true,
},
worker: {
format: 'es',
rollupOptions: {
output: {
inlineDynamicImports: false,
},
},
},
plugins: [
Info(),