17 lines
275 B
JSON
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": "/"
|
|
}
|
|
}
|
|
}
|
|
}
|