feat(shadcn): add view command (#7994)

* feat(shadcn): add view command

* test(shadcn): add tests for view command

* feat(shadcn): allow shadow config in view command

* chore: changeset

* test(shadcn): skip view

* test(shadcn): update view port number

* feat(shadcn): add list command

* fix

* feat(shadcn): implement search command

* fix: tests

* fix

* chore: update changesets
This commit is contained in:
shadcn
2025-08-11 13:01:05 +04:00
committed by GitHub
parent b5b8deedde
commit 4f5333ea7a
17 changed files with 2731 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"preview": "turbo run preview",
"typecheck": "turbo run typecheck",
"typecheck": "turbo run typecheck --filter=!www",
"format:write": "turbo run format:write",
"format:check": "turbo run format:check",
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",