refactor: remove useless folders

This commit is contained in:
2025-03-04 01:03:39 +08:00
parent 2844e1fc32
commit 408d211f27
405 changed files with 9988 additions and 28082 deletions

13
apps/webui/ui.config.json Normal file
View 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"
}
}