You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/deploy/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@
29
29
"baseHref": {
30
30
"type": "string",
31
31
"description": "This is an example how to override the workspace set of options. --- Base url for the application being built. Same as `ng build --base-href=/XXX/`."
32
+
},
33
+
"create": {
34
+
"type": "boolean",
35
+
"default": false,
36
+
"description": "Creates the site if it does not exists"
0 commit comments