ci: coverage/knip

This commit is contained in:
imccyu
2026-07-24 00:56:29 +08:00
parent 76b25f6c65
commit a7699cdeb1
7 changed files with 333 additions and 9 deletions

View File

@@ -583,13 +583,21 @@
]
},
"packages/client/modules": {
"entry": [
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts"
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/client/hmr": {
"entry": [
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts"
"src/**/*.ts",
"tests/**/*.ts"
]
}
}