forked from withastro/flue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
37 lines (36 loc) · 1 KB
/
Copy pathknip.json
File metadata and controls
37 lines (36 loc) · 1 KB
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
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"ignore": ["demo/**"],
"ignoreDependencies": ["@flue/cli", "agents", "wrangler"],
"ignoreIssues": {
"packages/runtime/src/runtime/schemas.ts": ["duplicates"]
},
"workspaces": {
".": {
"entry": [".flue/{app,cloudflare,agents/*,workflows/*}.{ts,mts,js,mjs}"],
"project": [".flue/**/*.{ts,mts,js,mjs}"],
"ignoreDependencies": ["bgproc", "just-bash"]
},
"examples/*": {
"entry": [
"{src/{app,cloudflare,agents/*,workflows/*,channels/*},flue.config}.{ts,mts,js,mjs}"
],
"project": ["src/**/*.{ts,mts,js,mjs}"]
},
"examples/vitest-evals": {
"entry": ["src/evals/**/*.eval.ts", "src/agents/*.ts", "flue.config.ts"],
"project": ["src/**/*.ts", "*.ts"]
},
"apps/www": {
"entry": [
"src/homepage-shaders.ts",
"src/pages/**/*.{astro,md,mdx}",
"src/layouts/**/*.astro"
]
},
"packages/runtime": {
"entry": ["test/fixtures/durable-boundary-child.mjs"],
"ignoreDependencies": ["@hono/node-server"]
}
}
}