mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
📝 Upgrade `components.json
file with new schema from
shadcn/svelte
`
This commit is contained in:
parent
d6bb98a49c
commit
47aca13c17
@ -1,14 +1,17 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://shadcn-svelte.com/schema.json",
|
"$schema": "https://next.shadcn-svelte.com/schema.json",
|
||||||
|
"registry": "https://next.shadcn-svelte.com/registry",
|
||||||
|
"typescript": true,
|
||||||
"style": "new-york",
|
"style": "new-york",
|
||||||
"tailwind": {
|
"tailwind": {
|
||||||
"config": "tailwind.config.js",
|
"config": "tailwind.config.ts",
|
||||||
"css": "src\\app.css",
|
"css": "src/styles/globals.css",
|
||||||
"baseColor": "neutral"
|
"baseColor": "neutral"
|
||||||
},
|
},
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"components": "@/ui",
|
"components": "@/components",
|
||||||
"utils": "@/utils"
|
"utils": "@/utils",
|
||||||
},
|
"ui": "@/ui",
|
||||||
"typescript": true
|
"hooks": "@/hooks"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user