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 {
2222 * Use a separate bundle containing code used across multiple bundles.
2323 */
2424 commonChunk ?: boolean ;
25+ /**
26+ * URL where files will be deployed.
27+ */
28+ deployUrl ?: string ;
2529 /**
2630 * Show circular dependency warnings on builds.
2731 */
Original file line number Diff line number Diff line change 6969 "description" : " Use a separate bundle containing code used across multiple bundles." ,
7070 "default" : true
7171 },
72+ "deployUrl" : {
73+ "type" : " string" ,
74+ "description" : " URL where files will be deployed."
75+ },
7276 "verbose" : {
7377 "type" : " boolean" ,
7478 "description" : " Adds more details to output logging." ,
You can’t perform that action at this time.
0 commit comments