feat(web): add runnable fleet console foundation

This commit is contained in:
chick
2026-07-17 16:02:15 +08:00
parent b4ae28c8f0
commit 4093634e13
16 changed files with 2730 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default defineConfig(
},
},
{
files: ['**/*.ts'],
files: ['**/*.{ts,tsx}'],
extends: [...tseslint.configs.recommended],
languageOptions: {
parser: tseslint.parser,