* Build the current registry. * Export the blocks as JSON and import them into registry.json. * Move the registry.json into public/r. * Fix a prettier error. * Clean up extra files in vue blocks. * Bump shadcn. * Readd shadcn to vue blocks. * Fix the shadcn types. * Remove extra package exclusions.
6 lines
238 B
TypeScript
6 lines
238 B
TypeScript
import { type RegistryItem } from 'shadcn/schema'
|
|
|
|
import embeddedDashboardNextjs from './default/platform/platform-kit-nextjs/registry-item.json' with { type: 'json' }
|
|
|
|
export const platform = [embeddedDashboardNextjs] as RegistryItem[]
|