mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 09:13:15 +03:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"$schema": "https://shadcn-svelte.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app.css",
|
|
"baseColor": "zinc"
|
|
},
|
|
"aliases": {
|
|
"components": "$lib/components",
|
|
"utils": "$lib/utils/style"
|
|
},
|
|
"typescript": true
|
|
}
|