From 2139ec69e07dfdef6d1d910badede56a54c43178 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 26 Aug 2024 16:50:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20``shadcn/svelte``?= =?UTF-8?q?=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 components.json diff --git a/components.json b/components.json new file mode 100644 index 0000000..f8ac31c --- /dev/null +++ b/components.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://shadcn-svelte.com/schema.json", + "style": "new-york", + "tailwind": { + "config": "tailwind.config.js", + "css": "src\\app.css", + "baseColor": "neutral" + }, + "aliases": { + "components": "@/ui", + "utils": "@/utils" + }, + "typescript": true +}