chore: germantax customer project

This commit is contained in:
e2e
2026-07-11 09:05:27 +02:00
commit edcccc2a6c
145 changed files with 9830 additions and 0 deletions

17
apps/app/components.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"aliases": {
"components": "@germantax/components/components",
"ui": "@germantax/components/components/ui",
"widgets": "@germantax/components/widgets",
"utils": "@germantax/components/lib/utils",
"lib": "@germantax/components/lib",
"hooks": "@/hooks"
},
"registries": {
"fabric": "https://registry.pikkufabric.com/{name}.json"
}
}