Skip to content

Commit 7ef64db

Browse files
jbogarthydealexeagle
authored andcommitted
docs: more complete description
1 parent 3ec845c commit 7ef64db

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 with the public host.",
52+
"description": "Whether to reload the page on change, using live-reload.",
5353
"default": true
5454
},
5555
"publicHost": {
5656
"type": "string",
57-
"description": "Specify the URL that the browser client will use for live reload."
57+
"description": "The URL that the browser client (or live-reload client, if enabled) should use to connect to the development server. Use for a complex dev server setup, such as one with reverse proxies."
5858
},
5959
"servePath": {
6060
"type": "string",

0 commit comments

Comments
 (0)