feat(web): single node run

This commit is contained in:
zhaoying
2026-05-07 18:40:41 +08:00
parent 7f9dcaebfb
commit 7b43e59172
21 changed files with 724 additions and 62 deletions

View File

@@ -19,5 +19,8 @@ export default defineConfig([
ecmaVersion: 2020,
globals: globals.browser,
},
linterOptions: {
'eslint@typescript-eslint/no-explicit-any': false
}
},
])