Skip to content

Commit 7118a14

Browse files
authored
Fix knip checks (#11819)
1 parent 571cae2 commit 7118a14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"src/workers/countTokens.ts",
99
"src/extension.ts",
1010
"scripts/**",
11+
"apps/cli/scripts/**",
1112
"apps/web-roo-code/next-sitemap.config.cjs"
1213
],
1314
"workspaces": {
@@ -16,7 +17,7 @@
1617
"project": ["**/*.ts"]
1718
},
1819
"webview-ui": {
19-
"entry": ["src/index.tsx", "src/browser-panel.tsx"],
20+
"entry": ["src/index.tsx"],
2021
"project": ["src/**/*.{ts,tsx}", "../src/shared/*.ts"]
2122
},
2223
"packages/{build,cloud,evals,ipc,telemetry,types}": {

0 commit comments

Comments
 (0)