feat: align frontend runtime and Edge TTS

This commit is contained in:
2026-07-22 15:01:25 +08:00
parent d2c278f0ea
commit 699a0bced4
43 changed files with 2000 additions and 73 deletions
+8 -1
View File
@@ -6,7 +6,14 @@ import globals from "globals";
export default [
{
ignores: ["dist/**", "node_modules/**", "playwright-report/**", "test-results/**"]
ignores: [
".next/**",
"dist/**",
"dist-server/**",
"node_modules/**",
"playwright-report/**",
"test-results/**"
]
},
js.configs.recommended,
{