mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 04:54:37 +08:00
15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tailwind": {
|
|
"config": "./../config/tailwind-shadcn.config.js",
|
|
"css": ".storybook/shadcn.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "src/components/shadcn",
|
|
"utils": "src/lib/utils"
|
|
}
|
|
} |