mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
* feat: implement registry include * feat: updates * fix * refactor: implementation * fix(registry): correct directory registry json * fix(registry): stop warning for external registry dependencies * fix(registry): address include review feedback
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
export const PAGES_NEW = [
|
|
"/create",
|
|
"/docs/registry",
|
|
"/docs/registry/getting-started",
|
|
"/docs/changelog",
|
|
]
|
|
|
|
export const PAGES_UPDATED = ["/docs/components/button"]
|