Craigory V Coppola a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00

876 B

@nrwl/node:execute

Execute a Node application

Options can be configured in angular.json when defining the executor, or when invoking it.

Options

buildTarget (required)

Type: string

The target to run to build you the app

args

Type: array

Extra args when starting the app

host

Default: localhost

Type: string

The host to inspect the process on

inspect

Default: inspect

Type: string | boolean

Ensures the app is starting with debugging

port

Default: 0

Type: number

The port to inspect the process on. Setting port to 0 will assign random free ports to all forked processes.

runtimeArgs

Type: array

Extra args passed to the node process

waitUntilTargets

Type: array

The targets to run to before starting the node app

watch

Default: true

Type: boolean

Run build when files change