Skip to content

Commit fd9207b

Browse files
committed
added entry
1 parent 5cb9a56 commit fd9207b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

knip.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": ["scripts/*.{ts,js}", "app/routes.ts"],
3+
"entry": ["scripts/*.{ts,js}", "app/routes.ts","vite.config.ts"],
44
"remix": true,
55
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}", "vite.config.ts"],
6-
"ignore": ["app/library/icon/icons/types.ts"],
7-
"ignoreDependencies": ["react-router-devtools","vite-plugin-icons-spritesheet","vite-tsconfig-paths"]
6+
"ignore": ["app/library/icon/icons/types.ts"]
87
}

0 commit comments

Comments
 (0)