first commit
This commit is contained in:
15
starwind.config.json
Normal file
15
starwind.config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user