mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
chore: project hygiene — fix workspace:*, sandbox USER, dead config (#11289)
* chore: project hygiene fixes (workspace:*, sandbox USER, dead config) * chore: also fix workspace:* in zalouser dependencies
This commit is contained in:
35
package.json
35
package.json
@@ -185,9 +185,6 @@
|
||||
"@napi-rs/canvas": "^0.1.89",
|
||||
"node-llama-cpp": "3.15.1"
|
||||
},
|
||||
"overrides": {
|
||||
"tar": "7.5.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
@@ -215,37 +212,5 @@
|
||||
"protobufjs",
|
||||
"sharp"
|
||||
]
|
||||
},
|
||||
"vitest": {
|
||||
"coverage": {
|
||||
"provider": "v8",
|
||||
"reporter": [
|
||||
"text",
|
||||
"lcov"
|
||||
],
|
||||
"thresholds": {
|
||||
"lines": 70,
|
||||
"functions": 70,
|
||||
"branches": 70,
|
||||
"statements": 70
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.test.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"dist/**",
|
||||
"apps/macos/**",
|
||||
"apps/macos/.build/**",
|
||||
"**/vendor/**",
|
||||
"apps/macos/.build/**",
|
||||
"dist/OpenClaw.app/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user