mirror of
https://github.com/kunkunsh/kunkun-ext-serve.git
synced 2025-04-03 01:56:42 +00:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app.css",
|
|
"baseColor": "neutral"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils"
|
|
},
|
|
"typescript": true
|
|
}
|