24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"registries": {
|
|
"@starwind-pro": {
|
|
"url": "https://pro.starwind.dev/r/{name}",
|
|
"headers": {
|
|
"Authorization": "Bearer ${STARWIND_LICENSE_KEY}"
|
|
}
|
|
}
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
},
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/styles/global.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true
|
|
},
|
|
"style": "default",
|
|
"rsc": true
|
|
}
|