shadcn installation not working on template start-basic
Following form ShadCN docs https://ui.shadcn.com/docs/installation/tanstack is not working in a start app bootstrapped with the template "start-basic".
We could not detect a supported framework
4 Replies
metropolitan-bronze•4mo ago
If I remember corretly you can temporarly rename the app.config.ts file to vite.config.ts and everything should work as expected. Just renam ethe file after the initial setup. This will be "fixed" anyway with recent versions of start, that are directly based on vite and hence, shadcn will simply detect it as a vite project
other-emeraldOP•4mo ago
worked thanks, do you maybe know when start will be out of beta and move of vinxi?
metropolitan-bronze•4mo ago
Current main branch has vinxi removed I believe. There were a bunch of discussions on timelines in this Discord over the past days, but I don't think anything concrete.
other-emeraldOP•4mo ago
oh seems like it is not yet on npm or properly updated in the examples. thanks