diff options
Diffstat (limited to 'apps/web/components.json')
| -rw-r--r-- | apps/web/components.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/apps/web/components.json b/apps/web/components.json index 483d0a6e..c9b7b380 100644 --- a/apps/web/components.json +++ b/apps/web/components.json @@ -1,16 +1,16 @@ { - "$schema": "https://ui.shadcn.com/schema.json", - "style": "default", - "rsc": true, - "tsx": true, - "tailwind": { - "config": "tailwind.config.ts", - "css": "src/app/globals.css", - "baseColor": "gray", - "cssVariables": false - }, - "aliases": { - "utils": "@/lib/utils", - "components": "@/components" - } - }
\ No newline at end of file + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": true, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "src/app/globals.css", + "baseColor": "gray", + "cssVariables": false + }, + "aliases": { + "utils": "@/lib/utils", + "components": "@/components" + } +} |