We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c37e commit b4a8350Copy full SHA for b4a8350
2 files changed
.github/workflows/ci.yml
@@ -199,7 +199,7 @@ jobs:
199
run: pnpm knip
200
201
- name: 🧹 Check for unused production code
202
- run: pnpm knip --production
+ run: pnpm knip --production --exclude dependencies
203
204
i18n:
205
name: 🌐 i18n validation
knip.ts
@@ -23,7 +23,6 @@ const config: KnipConfig = {
23
ignoreDependencies: [
24
'@iconify-json/*',
25
'@voidzero-dev/vite-plus-core',
26
- 'vite-plus!',
27
'puppeteer',
28
/** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
29
'unplugin-vue-router',
0 commit comments