forked from sitecorelabs/xmcloud-foundation-head-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xmcloud.build.json
39 lines (39 loc) · 1.05 KB
/
xmcloud.build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"renderingHosts": {
"nextjsstarter": {
"path": "./headapps/nextjs-starter",
"nodeVersion": "22.11.0",
"jssDeploymentSecret": "110F1C44A496B45478640DD36F80C18C9",
"enabled": false,
"type": "sxa",
"buildCommand": "build",
"runCommand": "next:start"
},
"angularstarter": {
"path": "./headapps/spa-starters",
"nodeVersion": "22.11.0",
"jssDeploymentSecret": "110F1C44A496B45478640DD36F80C18C9",
"enabled": true,
"type": "sxa",
"buildCommand": "install-build:angular",
"runCommand": "start:angular"
}
},
"postActions": {
"actions":{
"warmUpCm": {
"urls": [
"/sitecore/shell",
"/sitecore/shell/Applications/Content%20Editor.aspx?sc_bw=1",
"/sitecore/client/Applications/Launchpad"
]
},
"populateSchema": {
"indexNames": []
},
"reindex": {
"indexNames": []
}
}
}
}