mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
17 lines
273 B
JSON
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"
|
|
}
|
|
}
|