We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec0991 commit d8e01bbCopy full SHA for d8e01bb
packages/angular_devkit/build_angular/src/dev-server/schema.json
@@ -49,12 +49,12 @@
49
},
50
"liveReload": {
51
"type": "boolean",
52
- "description": "Whether to reload the page on change, using live-reload.",
+ "description": "Whether to reload the page on change, using live-reload with the public host.",
53
"default": true
54
55
"publicHost": {
56
"type": "string",
57
- "description": "Specify the URL that the browser client will use."
+ "description": "Specify the URL that the browser client will use for live reload."
58
59
"servePath": {
60
0 commit comments