From d8d20c1e95f745252433b4d37d5d080f0fd4507a Mon Sep 17 00:00:00 2001 From: Antoine Lethimonnier <43064022+WarningImHack3r@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:19:30 +0100 Subject: [PATCH] Update schema.json --- apps/www/src/public/schema.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/www/src/public/schema.json b/apps/www/src/public/schema.json index e8a0ca09..cb463b16 100644 --- a/apps/www/src/public/schema.json +++ b/apps/www/src/public/schema.json @@ -6,6 +6,10 @@ "type": "string", "enum": ["default", "new-york"] }, + "typescript": { + "type": "boolean", + "default": true + }, "tailwind": { "type": "object", "properties": { @@ -19,11 +23,17 @@ "type": "string" }, "cssVariables": { - "type": "boolean" + "type": "boolean", + "default": true } }, "required": ["config", "css", "baseColor", "cssVariables"] - }, + }, + "framework": { + "type": "string", + "enum": ["nuxt", "vite", "laravel", "astro"], + "default": "vite" + }, "aliases": { "type": "object", "properties": {