feat: Initialize Dokploy Blueprints React application with core UI components

This commit is contained in:
Mauricio Siu
2025-03-10 00:17:45 -06:00
parent da6301adf4
commit f6284bbb41
24 changed files with 8 additions and 7 deletions

21
app/components.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}