Files
better-auth/examples/astro-example/components.json
2024-09-26 08:14:28 +03:00

17 lines
273 B
JSON

{
"$schema": "https://shadcn-solid.com/schema.json",
"tailwind": {
"config": "tailwind.config.mjs",
"css": {
"path": "src/app.css",
"variable": true
},
"color": "stone",
"prefix": ""
},
"alias": {
"component": "@/components",
"cn": "@/libs/cn"
}
}