16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"$schema": "https://starwind.dev/config-schema.json",
|
|
"tailwind": {
|
|
"css": "src/styles/global.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true
|
|
},
|
|
"componentDir": "src/components",
|
|
"components": [
|
|
{
|
|
"name": "image",
|
|
"version": "1.0.0"
|
|
}
|
|
]
|
|
}
|