-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathxmcloud.build.json
More file actions
38 lines (38 loc) · 895 Bytes
/
xmcloud.build.json
File metadata and controls
38 lines (38 loc) · 895 Bytes
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
{
"deployItems": {
"modules": ["Foundation.*", "Feature.*", "project.*"]
},
"buildTargets":
[
"./authoring/platform/Mvp.Environment.Platform/Mvp.Environment.Platform.csproj",
"./authoring/platform/Mvp.Project.MvpSite.Platform/Mvp.Project.MvpSite.Platform.csproj"
],
"renderingHosts": {
"sugcon2024eu": {
"path": "./headapps/Sugcon2024",
"nodeVersion": "22.11.0",
"jssDeploymentSecret": "110F1C44A496B45478640DD36F80C18C9",
"enabled": true,
"type": "sxa",
"buildCommand": "build",
"runCommand": "next:start"
}
},
"postActions": {
"actions": {
"populateSchema": {
"indexNames": []
},
"reindex": {
"indexNames": []
},
"publish": {
"path": "",
"languages": [],
"itemIds": [],
"targets": [],
"republish": false
}
}
}
}