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