Files
cli-e2e-mqo8538j/pikkufabric.config.json
2026-06-21 22:13:34 +02:00

17 lines
281 B
JSON

{
"projectId": "__PROJECT_ID__",
"frontends": {
"kanban": {
"cwd": "apps/kanban",
"primary": true,
"deploy": true,
"kind": "ssr",
"dev": {
"command": ["yarn", "dev"],
"port": 7104,
"healthPath": "/"
}
}
}
}