forked from kcosr/agent-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 671 Bytes
/
Copy pathknip.json
File metadata and controls
26 lines (26 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"tags": ["-@protocol"],
"workspaces": {
".": {
"entry": [
"scripts/analyze-perf-log.mjs",
"scripts/copy-web-assets.mjs",
"scripts/migrate-agent-seeds.mjs",
"scripts/task-list-markdown.mjs",
"hooks/derive-worktree-vars/hook.ts"
],
"project": ["scripts/**/*.mjs", "test/**/*.mjs", "hooks/**/*.ts"]
},
"apps/cli": {
"project": ["src/**/*.ts"]
},
"apps/web": {
"entry": ["index.html", "src/**/*.test.{ts,tsx}"],
"project": ["src/**/*.{ts,tsx}"]
},
"packages/core": {
"project": ["src/**/*.ts"]
}
}
}