nodemon.json
nodemon.json configuration files
| Type | object |
|---|---|
| File match |
nodemon.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/nodemon-json/latest.json |
| Source | https://www.schemastore.org/nodemon.json |
Validate with Lintel
npx @lintel/lintel check
Properties
set to false to disable color output
change into
debounce restart for a number of milliseconds
print full debug configuration
execute script with "app", ie. -x "python -v". May use variables.
The global config file is useful for setting up default executables
Exit nodemon after crash
extensions to look for, ie. "js,jade,hbs"
Ignore directory or file. One entry per ignored value. Wildcards are allowed.
root paths to ignore
use polling to watch for changes (typically needed when watching over a network/Docker)
opt-out of update version check
arguments to pass to node if exec is "node"
combined with legacyWatch, milliseconds to poll for (default 100)
minimise nodemon messages to start/stop only
execute script on change only, not startup
force nodemon to use spawn (over fork) [node only]
set to false to have nodemon pass stdin directly to child process
show detail on what is causing restarts
Watch directory or file. One entry per watched value. Wildcards are allowed.