refactor: remove useless folders
This commit is contained in:
13
apps/webui/ui.config.json
Normal file
13
apps/webui/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.cjs",
|
||||
"prefix": ""
|
||||
},
|
||||
"aliases": {
|
||||
"components": "~/components/ui",
|
||||
"utils": "~/styles/utils"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user