mirror of
https://github.com/teableio/teable.git
synced 2026-02-19 17:19:50 +08:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tailwind": {
|
|
"config": "tailwind.shadcnui.config.js",
|
|
"css": "./src/styles/global.shadcn.css",
|
|
"baseColor": "gray",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|