File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packages/angular_devkit/build_angular/src/server Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ export interface BuildWebpackServerSchema {
22
22
* Use a separate bundle containing code used across multiple bundles.
23
23
*/
24
24
commonChunk ?: boolean ;
25
+ /**
26
+ * URL where files will be deployed.
27
+ */
28
+ deployUrl ?: string ;
25
29
/**
26
30
* Show circular dependency warnings on builds.
27
31
*/
Original file line number Diff line number Diff line change 69
69
"description" : " Use a separate bundle containing code used across multiple bundles." ,
70
70
"default" : true
71
71
},
72
+ "deployUrl" : {
73
+ "type" : " string" ,
74
+ "description" : " URL where files will be deployed."
75
+ },
72
76
"verbose" : {
73
77
"type" : " boolean" ,
74
78
"description" : " Adds more details to output logging." ,
You can’t perform that action at this time.
0 commit comments