diff --git a/AGENTS.md b/AGENTS.md index f335219..7c11689 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -27,6 +27,7 @@ CI order: **lint → typecheck** (no tests) ## Registry build `pnpm registry:build` runs `scripts/registry-build.ts`: + 1. `shadcn-vue-registry` generates registry.json from `app/registry/` 2. `shadcn-vue build` outputs per-item JSON to `public/r/*.json` 3. Intermediate file `app/registry/registry.json` is auto-deleted diff --git a/app/components/demo/LucideIconComponent.vue b/app/components/demo/LucideIconComponent.vue index a290446..db4ba89 100644 --- a/app/components/demo/LucideIconComponent.vue +++ b/app/components/demo/LucideIconComponent.vue @@ -1,6 +1,6 @@