You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to follow the instruction here (https://inertia-rails.dev/cookbook/integrating-shadcn-ui) to add shadcn to my actual project.
I am running Inertia JS with React 19.1.0, JS, Tailwind-vite 4.1.5 but when I run the commande "npx shadcn@canary init", it didn't find the tailwind
I checked different issue related to vite and react (shadcn-ui/ui#6585) but I can't figure out why it do not work.
My best guess it's a path related issue.