mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": true,
|
|
"tsConfigPath": ".nuxt/tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "assets/css/tailwind.css",
|
|
"baseColor": "stone",
|
|
"cssVariables": true
|
|
},
|
|
"framework": "nuxt",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|