mirror of
https://github.com/ershisan99/db-studio.git
synced 2026-01-07 12:34:18 +00:00
initial commit
This commit is contained in:
17
frontend/components.json
Normal file
17
frontend/components.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://ui.shadcn.com/schema.json",
|
||||
"style": "default",
|
||||
"rsc": false,
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "src/index.css",
|
||||
"baseColor": "zinc",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "/components",
|
||||
"utils": "@/lib/utils"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user