This commit is contained in:
imccyu
2026-08-06 21:14:59 +08:00
parent 8d4164452a
commit 760138ac2c
3 changed files with 27 additions and 2 deletions

View File

@@ -597,6 +597,22 @@
"@deepseek-ai/dsh-client-ui-theme"
]
},
"packages/client/ui-settings": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.spec.tsx"
],
"project": [
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"ignoreDependencies": [
"@types/react-dom",
"react-dom"
]
},
"apps/web": {
"entry": [
"tests/**/*.e2e.ts",