chore: merge upstream/main into admin-frontend-domain preserving custom domain and branding features

This commit is contained in:
Bot
2026-08-31 02:56:31 +08:00
114 changed files with 8616 additions and 5337 deletions
+6 -2
View File
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
// TypeScript 7 resolves paths relative to this config; baseUrl was removed.
"paths": {
"@/*": ["./src/*"]
},
@@ -24,5 +25,8 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": ["src"],
"exclude": ["src/test"]
}