Skip to content

Commit 40b5b12

Browse files
committed
chore: knip
1 parent 9339cfc commit 40b5b12

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

knip.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ const config: KnipConfig = {
77
// Required by react-email
88
'@react-email/preview-server',
99
],
10-
ignore: ['src/components/ui/*.{ts,tsx}'],
10+
ignore: [
11+
'src/components/ui/*.{ts,tsx}',
12+
// Remove spotify now playing temporarily until we have a premium account to fetch the data
13+
'src/components/layout/now-playing.tsx',
14+
'src/hooks/queries/stats.query.ts',
15+
],
1116
entry: ['content-collections.ts', 'src/db/reset.ts', 'src/db/seed.ts'],
1217
}
1318

0 commit comments

Comments
 (0)