@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 playground
This is an example of what the properties looks like and their values. Go ahead and try, test your configuration this is a live-edit window, you can interact directly and get intellisense on property's values.
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.