mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +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",
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "src\\app.css",
|
||||
"config": "tailwind.config.ts",
|
||||
"css": "src/styles/globals.css",
|
||||
"baseColor": "neutral"
|
||||
},
|
||||
"aliases": {
|
||||
"components": "@/ui",
|
||||
"utils": "@/utils"
|
||||
},
|
||||
"typescript": true
|
||||
"components": "@/components",
|
||||
"utils": "@/utils",
|
||||
"ui": "@/ui",
|
||||
"hooks": "@/hooks"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user