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
--host <value> Specify a host to use. If you want your server to be accessible externally.
@@ -255,11 +255,11 @@ Options:
255
255
--no-open-target Do not open specified route in browser.
256
256
--open-app-name <value...> Open specified browser.
257
257
--open-app <value> Open specified browser.
258
-
--open-reset Clear all items provided in open.
259
-
--open-target-reset Clear all items provided in open.target
260
-
--open-app-name-reset Clear all items provided in open.app.name
258
+
--open-reset Clear all items provided in open configuration.
259
+
--open-target-reset Clear all items provided in open.target configuration.
260
+
--open-app-name-reset Clear all items provided in open.app.name configuration.
261
261
--port <value> Specify a port number to listen for requests on.
262
-
--public <value> When using dev server and you're proxying dev-server, the client script does not always know where to connect to. It will try to guess the URL of the server based on window.location, but if that fails you'll need to use this.
262
+
--public <value> The public hostname/ip address of the server that client script will try to connect to.
263
263
--static [value...] It is possible to configure advanced options for serving static files from directory. See the Express documentation for the possible options.
264
264
--no-static Negative 'static' option.
265
265
--static-directory <value> Directory for static contents.
@@ -268,12 +268,12 @@ Options:
268
268
--no-static-serve-index Do not tell dev-server to use serveIndex middleware.
269
269
--static-watch Watch for files in static content directory.
270
270
--no-static-watch Do not watch for files in static content directory.
271
-
--static-reset Clear all items provided in static.
272
-
--static-public-path-reset Clear all items provided in static.publicPath
271
+
--static-reset Clear all items provided in static configuration.
272
+
--static-public-path-reset Clear all items provided in static.publicPath configuration.
273
273
--watch-files <value...> List of files to watch for file changes and serve.
274
274
--watch-files-paths <value...> List of files to watch for file changes and serve.
275
-
--watch-files-reset Clear all items provided in watchFiles.
276
-
--watch-files-paths-reset Clear all items provided in watchFiles.paths
275
+
--watch-files-reset Clear all items provided in watchFiles configuration.
276
+
--watch-files-paths-reset Clear all items provided in watchFiles.paths configuration.
0 commit comments