Merge pull request #9864 from kapishdima/fix/laravel-init

fix: added laravel to validation schema
This commit is contained in:
shadcn
2026-03-08 13:11:35 +04:00
committed by GitHub

View File

@@ -106,6 +106,7 @@ export const designSystemConfigSchema = z
"start-monorepo",
"astro",
"astro-monorepo",
"laravel",
])
.default("next")
.optional(),