mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
feat: add shadcn/registry (#6339)
* feat: implement shadcn/registry * feat: add schema field * fix: import * chore: add changeset * chore: remove console * fix: tests * fix: diff command * feat: move to schema/registy-item.json * fix * ci: switch to node 20 * ci: build packages
This commit is contained in:
@@ -7,7 +7,12 @@ export default defineConfig({
|
||||
...configDefaults.exclude,
|
||||
"**/node_modules/**",
|
||||
"**/fixtures/**",
|
||||
"**/templates/**",
|
||||
],
|
||||
},
|
||||
plugins: [tsconfigPaths()],
|
||||
plugins: [
|
||||
tsconfigPaths({
|
||||
ignoreConfigErrors: true,
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user