.nodehawkrc
.nodehawkrc configuration files
| Type | object |
|---|---|
| File match |
.nodehawkrc
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/nodehawkrc/latest.json |
| Source | https://www.schemastore.org/nodehawkrc.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The command to execute on file change.
A string or an array of paths to watch. Supports globbing.
The root path from which all other paths will be resolved.
Paths, globs or regular expressions to ignore.
The port on which the server should run. This is passed to your application as process.env.PORT which should be used by you.
The level of logging. 0 - fatal, 1 - error, 2 - warning, 3 - info, 4 - debug
The buffer duration to wait before triggering a restart.
The buffer polling interval to check for the file stability.
The various messages to display during different events.
5 nested properties
The message to display before the watcher starts.
The message to display after the watcher starts.
The message to display before the watcher restarts.
The message to display after the watcher restarts.
The message to display before the watcher stops.
Clear the screen on start and on every restart.
A set of key-value pairs which will be promptly passed on to your process and accessible via process.env.
{}