@nrwl/web:dev-server
Serve a web application.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Serve a web application.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
This option allows you to whitelist services that are allowed to access the dev server.
Target which builds the application.
Base url for the application being built.
localhost
Host to listen on.
false
Enable hot module replacement.
true
Whether to reload the page on change, using live-reload.
Memory limit for type checking service process in MB
.
Number of workers to use for type checking.
false
Open the application in the browser.
4200
Port to listen on.
Public URL where the application will be served.
false
Serve using HTTPS
.
SSL key to use for serving HTTPS
.
SSL certificate to use for serving HTTPS
.
true
Watches for changes and rebuilds application.