Skip to content

Commit d8e01bb

Browse files
committed
docs: make connection of live-reload and public-host explicit
1 parent 6ec0991 commit d8e01bb

File tree

1 file changed

+2
-2
lines changed
  • packages/angular_devkit/build_angular/src/dev-server

1 file changed

+2
-2
lines changed

packages/angular_devkit/build_angular/src/dev-server/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
},
5050
"liveReload": {
5151
"type": "boolean",
52-
"description": "Whether to reload the page on change, using live-reload.",
52+
"description": "Whether to reload the page on change, using live-reload with the public host.",
5353
"default": true
5454
},
5555
"publicHost": {
5656
"type": "string",
57-
"description": "Specify the URL that the browser client will use."
57+
"description": "Specify the URL that the browser client will use for live reload."
5858
},
5959
"servePath": {
6060
"type": "string",

0 commit comments

Comments
 (0)