Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 7ff1148

Browse files
committed
Configure knip for docs app
1 parent 270ee0b commit 7ff1148

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

knip.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"entry": ["src/index.tsx"],
2121
"project": ["src/**/*.{ts,tsx}", "../src/shared/*.ts"]
2222
},
23+
"apps/docs": {
24+
"entry": ["src/clientModules/**/*.{ts,tsx}", "src/components/**/*.{ts,tsx}", "src/theme/**/*.{ts,tsx}"],
25+
"project": ["src/**/*.{ts,tsx}"]
26+
},
2327
"packages/{build,evals,ipc,types}": {
2428
"project": ["src/**/*.ts"]
2529
}

0 commit comments

Comments
 (0)