Files
landing/starwind.config.json
2026-01-15 15:05:42 +01:00

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"
}
]
}