Files
better-auth/examples/tanstack-example/components.json
Bereket Engida 5e0edd35c2 chore:lint
2024-10-30 09:20:44 +03:00

17 lines
313 B
JSON

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