version 2 of my website
1{
2 "$schema": "https://starwind.dev/config-schema.json",
3 "tailwind": {
4 "css": "src/styles/starwind.css",
5 "baseColor": "neutral",
6 "cssVariables": true
7 },
8 "componentDir": "src/components",
9 "utilsDir": "src/lib/utils",
10 "components": [
11 {
12 "name": "separator",
13 "version": "1.0.1"
14 }
15 ]
16}