Add schema

This commit is contained in:
Antoine Lethimonnier 2024-01-09 20:08:30 +01:00 committed by GitHub
parent 856ab15179
commit eb5c2bb8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ export async function promptForConfig(
])
const config = rawConfigSchema.parse({
// $schema: 'https://ui.shadcn.com/schema.json',
$schema: 'https://shadcn-vue.com/schema.json',
style: options.style,
typescript: options.typescript,
framework: options.framework,