fix: text to speech python code

This commit is contained in:
jialin
2024-12-05 20:54:28 +08:00
parent 96d1ee2347
commit e1eec66e04
4 changed files with 65 additions and 5 deletions
+1 -2
View File
@@ -14,7 +14,7 @@ const isProduction = env === 'production';
const t = Date.now();
export default defineConfig({
proxy: {
...proxy('http://192.168.50.4')
...proxy(process.env.PROXY_HOST)
},
history: {
type: 'hash'
@@ -23,7 +23,6 @@ export default defineConfig({
analyzerMode: 'server',
analyzerPort: 8888,
openAnalyzer: true,
// generate stats file while ANALYZE_DUMP exist
generateStatsFile: false,
statsFilename: 'stats.json',
logLevel: 'info',