first commit
This commit is contained in:
23
components.json
Normal file
23
components.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
Reference in New Issue
Block a user