Skip to content

Commit 5190ba2

Browse files
committed
Fix shadcn schema errors
1 parent 0bacb18 commit 5190ba2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/viewer/components.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"$schema": "https://next.shadcn-svelte.com/schema.json",
2+
"$schema": "https://tw3.shadcn-svelte.com/schema.json",
33
"tailwind": {
44
"css": "src\\app.postcss",
5-
"baseColor": "slate"
5+
"baseColor": "slate",
6+
"config": "./tailwind.config.ts"
67
},
78
"aliases": {
89
"components": "$lib/components",

0 commit comments

Comments
 (0)