mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-09-04 23:16:41 +08:00
refactor: simplify architecture and harden lifecycle
Remove obsolete implementations, centralize background task ownership and terminal-state recovery, consolidate frontend routing and log streaming, and enforce project-wide verification in CI.
This commit is contained in:
+2
-14
@@ -15,19 +15,7 @@
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"types": ["vite/client"]
|
||||
"types": ["vite/client", "vitest/globals"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts",
|
||||
"src/**/*.test.tsx",
|
||||
"src/app.tsx",
|
||||
"src/components/auth-guard.tsx",
|
||||
"src/components/page-card.tsx",
|
||||
"src/layouts/protected-layout.tsx",
|
||||
"src/pages/dashboard/page.tsx",
|
||||
"src/pages/login/page.tsx",
|
||||
"src/pages/system-info/page.tsx",
|
||||
"src/stores/auth.test.ts"
|
||||
]
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user