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:
shadcn
2025-01-14 10:50:19 +04:00
committed by GitHub
parent 1081536246
commit 254198b4bf
695 changed files with 1679 additions and 402 deletions

View File

@@ -7,7 +7,12 @@ export default defineConfig({
...configDefaults.exclude,
"**/node_modules/**",
"**/fixtures/**",
"**/templates/**",
],
},
plugins: [tsconfigPaths()],
plugins: [
tsconfigPaths({
ignoreConfigErrors: true,
}),
],
})