|
|
@@ -77,13 +77,17 @@
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
},
|
|
|
- "packages/ui/stdio-agent": {
|
|
|
+ "packages/ui/jsonrpc": {
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
},
|
|
|
"packages/ui/jsonrpc-agent": {
|
|
|
"project": ["src/**/*.ts"]
|
|
|
},
|
|
|
+ "packages/ui/stdio-agent": {
|
|
|
+ "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
+ "project": ["src/**/*.ts", "tests/**/*.ts"]
|
|
|
+ },
|
|
|
"packages/subagent/subagent-spawn": {
|
|
|
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
|
|
|
"project": ["src/**/*.ts", "tests/**/*.ts"]
|