chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:54:43 +02:00
commit 49d05dfa0b
293 changed files with 28421 additions and 0 deletions

16
pikkufabric.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"projectId": "a1592037-4364-413c-84db-30f4043e8a79",
"frontends": {
"app": {
"cwd": "apps/app",
"primary": true,
"deploy": true,
"kind": "ssr",
"dev": {
"command": ["yarn", "dev"],
"port": 7104,
"healthPath": "/"
}
}
}
}