chore: seminarhof customer project

This commit is contained in:
e2e
2026-06-21 22:00:02 +02:00
commit c11335df7a
161 changed files with 18517 additions and 0 deletions

16
pikkufabric.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"projectId": "212b72b7-38d3-402e-b496-e512cddd37df",
"frontends": {
"app": {
"cwd": "apps/app",
"primary": true,
"deploy": true,
"kind": "ssr",
"dev": {
"command": ["yarn", "dev"],
"port": 7104,
"healthPath": "/"
}
}
}
}