feat: align frontend runtime and Edge TTS
This commit is contained in:
+8
-1
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user