Files
Ariel Weinberger 3fb3f048a9 feat: examples in monorepo (#590)
* add all demo apps under "examples"

* add renovate

* remove todos and  textarea example

* fix docs

* add examples to gitignore
2024-09-24 14:46:23 +02:00

17 lines
341 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}