@nrwl/js:node
Execute Nodejs applications.
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.
Execute Nodejs applications.
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.
[]
Extra args when starting the app.
The target to run to build you the app.
localhost
The host to inspect the process on.
inspect
Ensures the app is starting with debugging.
9229
The port to inspect the process on. Setting port to 0 will assign random free ports to all forked processes.
[]
Extra args passed to the node process.
[]
The targets to run to before starting the node app.
true
Enable re-building when files change.