From ced66c5807575cd29f6aa5632e8ad02b38c8448a Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 28 Apr 2024 22:37:30 +0200 Subject: WIP new frontend --- code/frontend/components.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 code/frontend/components.json (limited to 'code/frontend/components.json') diff --git a/code/frontend/components.json b/code/frontend/components.json new file mode 100644 index 0000000..cb6136f --- /dev/null +++ b/code/frontend/components.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://shadcn-svelte.com/schema.json", + "style": "new-york", + "tailwind": { + "config": "tailwind.config.js", + "css": "src/app.pcss", + "baseColor": "stone" + }, + "aliases": { + "components": "$components", + "utils": "$utils/ui" + }, + "typescript": true +} -- cgit v1.3