mirror of
https://github.com/face-hh/lyntr.git
synced 2026-09-12 19:51:01 +05:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src\\app.css",
|
|
"baseColor": "stone"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils"
|
|
},
|
|
"typescript": true
|
|
} |