Initial commit
This commit is contained in:
commit
28ec24b2c2
26 changed files with 4372 additions and 0 deletions
13
ui.config.json
Normal file
13
ui.config.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://solid-ui.com/schema.json",
|
||||
"tsx": true,
|
||||
"tailwind": {
|
||||
"css": "src/app.css",
|
||||
"config": "tailwind.config.js",
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "~/components/ui",
|
||||
"utils": "~/lib/utils"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue