Skip to content

Commit d6ca13e

Browse files
setup for v2
1 parent 69ab417 commit d6ca13e

File tree

8 files changed

+82
-201
lines changed

8 files changed

+82
-201
lines changed

v2/components.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "default",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.ts",
8+
"css": "src/styles/globals.scss",
9+
"baseColor": "gray",
10+
"cssVariables": false,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/utils/index"
16+
}
17+
}

v2/nd

-97
This file was deleted.

0 commit comments

Comments
 (0)