Files
hatchet/frontend/v0-docs/components.json
Gabe Ruttner 8f4202f3c5 docs: eject v0 (#1426)
* copy and rm v0 from v1

* page shuffle

* v1 banner

* domain

* lint
2025-03-27 07:35:08 -07:00

17 lines
328 B
JSON

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