Files
heygermany-e2e-mrg5yqhb/pikkufabric.config.json
e2e f0093328d8
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled
chore: heygermany customer project
2026-07-11 11:30:11 +02:00

17 lines
283 B
JSON

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