chore: starter template

This commit is contained in:
e2e
2026-07-10 19:42:56 +02:00
commit e5c3377b6b
157 changed files with 6462 additions and 0 deletions

16
pikkufabric.config.json Normal file
View File

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