You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: modules/builders/src/ssr-dev-server/schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@
24
24
"default": 4200,
25
25
"description": "Port to start the development server at. Default is 4200. Pass 0 to get a dynamically assigned port."
26
26
},
27
+
"publicHost": {
28
+
"type": "string",
29
+
"description": "The URL that the browser client should use to connect to the development server. Use for a complex dev server setup, such as one with reverse proxies."
30
+
},
27
31
"open": {
28
32
"type": "boolean",
29
33
"description": "Opens the url in default browser.",
0 commit comments