@nrwl/next:server
Serve a Next.js app.
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.
Options
buildTarget
Target which builds the application.
buildLibsFromSource
true
Read buildable libraries from source instead of building them separately.
customServerPath
Use a custom server script.
dev
true
Serve the application in the dev mode.
hostname
Hostname on which the application is served.
port
4200
Port to listen on.
proxyConfig
Path to the proxy configuration file.
quiet
false
Hide error messages containing server information.
staticMarkup
false
Static markup.