first commit

This commit is contained in:
Raul Lugo
2026-01-15 15:05:42 +01:00
parent f6d3c9b108
commit 385175b49c
14 changed files with 1071 additions and 21 deletions

23
components.json Normal file
View 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
}