Conversation
|
| 📦 Package | 📏 Size |
|---|---|
| @oxc-resolver/binding-linux-x64-gnu@11.17.1 | 2.5 MB |
| knip@5.83.1 | 1.6 MB |
| smol-toml@1.6.0 | 103.2 kB |
| oxc-resolver@11.17.1 | 58.8 kB |
| formatly@0.3.0 | 21.6 kB |
| strip-json-comments@5.0.3 | 8.2 kB |
| fd-package-json@2.0.0 | 7.7 kB |
| walk-up-path@4.0.0 | 6.1 kB |
Total size change: 4.3 MB
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| 'server/routes/**/*.ts', | ||
| 'server/middleware/**/*.ts', | ||
| 'server/plugins/**/*.ts', | ||
| 'server/**/*.ts', |
There was a problem hiding this comment.
Redundant server entry patterns subsumed by catch-all
Low Severity
The four specific server globs (server/api/**/*.ts, server/routes/**/*.ts, server/middleware/**/*.ts, server/plugins/**/*.ts) are completely redundant because server/**/*.ts on line 21 already matches every .ts file under server/, including all files those patterns would match. The specific patterns add no filtering value and only create maintenance overhead.


Note
Low Risk
CI/tooling-only change that adds a static analysis step and new dev dependency; no runtime or production logic changes.
Overview
Adds
knipto the repo and wires it into CI via a new GitHub Actions workflow that runs on pushes tomainand all PRs.Introduces
knip.config.tswith custom Nuxt 4app/+server/entry globs and dependency/binary ignore lists, plus apnpm run knipscript and lockfile updates for the new dev dependency.Written by Cursor Bugbot for commit dec049b. This will update automatically on new commits. Configure here.