chore: germantax customer project

This commit is contained in:
e2e
2026-07-11 09:04:31 +02:00
commit 5a2571f82c
145 changed files with 9830 additions and 0 deletions

16
fabric.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"projectId": "__PROJECT_ID__",
"frontends": {
"app": {
"cwd": "apps/app",
"kind": "ssr",
"primary": true,
"deploy": true,
"dev": {
"command": ["yarn", "dev"],
"port": 7104,
"healthPath": "/"
}
}
}
}