feat(ui): refresh crm shell and customer workspace
CRM/ERP CI / Backend Tests (Python) (push) Successful in 4m12s
CRM/ERP CI / Frontend Build (Vue3 + Vite) (push) Successful in 1m49s
CRM/ERP CI / Docker Compose Build (push) Successful in 1m27s

This commit is contained in:
2026-05-11 21:42:04 +08:00
parent 0fe88c1eb8
commit 7df1045e77
16 changed files with 1374 additions and 290 deletions
+12 -10
View File
@@ -1,16 +1,18 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"composite": true,
"declaration": true,
"declarationMap": true,
"strict": true,
"skipLibCheck": true
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"composite": true,
"declaration": true,
"declarationMap": true,
"outDir": "./.tsbuild/node",
"tsBuildInfoFile": "./.tsbuild/tsconfig.node.tsbuildinfo",
"strict": true,
"skipLibCheck": true
},
"include": [
"vite.config.ts"
]
}
}