epic-stack
epic-stack copied to clipboard
Removing the path in tsconfig breaks shadcn components.json
Steps to reproduce
- Start new epic-stack project
- Install any shadcn components. e.g
npx shadcn@latest add dropdown-menu
Expected behavior
Components installed in app/components/ui
Actual behavior
Components installed in #app/components/ui
Dang. I wonder if shadcn can be updated to support the package.json imports config 🤔 Anyone wanna open a PR?
Found an existing issue: https://github.com/shadcn-ui/ui/issues/2960