Files
lst_v3/lstMobile/components.json
Blake Matthes 7d2f048932
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 1m21s
feat(mobile): shadcn like and tailwind added to make things look yummy
2026-04-27 21:23:40 -05:00

19 lines
395 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "global.css",
"baseColor": "neutral",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}