Open ixahmedxi opened 7 months ago
I had started looking at the implementation for this this afternoon, but I am currently facing some issues.
packages/config/storybook/src/configs/react-vite.ts
that is a dependent of packages/ui/.storybook/main.ts
as I can only assume knip expects all packages to be built before the command runs, which isn't ideal.@orbitkit/assets/fonts/stylesheet.css
for example, specifically when parsing apps/marketing/src/components/BaseHead.astro
.I'm going to attempt to work through these following the suggestions in the documentation, but I'm hitting a couple of hurdles.
Knip is an awesome tool that let's you know about unused deps/exports in the codebase, unused exports shouldn't be a worry of ours when it comes to the ui package but otherwise it does apply.