diff options
Diffstat (limited to 'webapp/components.json')
| -rw-r--r-- | webapp/components.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/webapp/components.json b/webapp/components.json new file mode 100644 index 0000000..15f2b02 --- /dev/null +++ b/webapp/components.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "app/globals.css", + "baseColor": "slate", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils" + } +}
\ No newline at end of file |
