Atman

Results 2 comments of Atman

It's maybe a good idea to prepare a dedicated script that utilizes the path option of the component addition command. ### Add Script for Adding Components Since the shadcn CLI...

I encountered a similar issue. In my case, I separated type definitions into individual files (such as `post.model.ts`) and imported them into an index file for the schema. ### Code...