Files
starter-e2e-mrfdx1ej/pikkufabric.config.json
2026-07-10 22:25:02 +02:00

17 lines
275 B
JSON

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