nx/docs/api-node/builders/execute.md
ben 84deb16d11 feat(scripts): documentation upgrade
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00

530 B

execute

Execute a Node application

Properties

args

Type: array

Extra args when starting the app

buildTarget

Type: string

The target to run to build you the app

host

Default: localhost

Type: string

The host to inspect the process on

inspect

Default: inspect

Type: string

Ensures the app is starting with debugging

port

Default: 7777

Type: number

The port to inspect the process on

waitUntilTargets

Type: array

The targets to run to before starting the node app