Initial Commit
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s

This commit is contained in:
2026-05-30 12:52:07 +02:00
commit 6d6dcb66a1
62 changed files with 12208 additions and 0 deletions

13
ui.config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://solid-ui.com/schema.json",
"tsx": true,
"tailwind": {
"css": "src/styles.css",
"config": "tailwind.config.cjs",
"prefix": ""
},
"aliases": {
"components": "~/components/ui",
"utils": "~/lib/utils"
}
}