mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
* userScript => script * simplified exec library * removed dead code in config loading * nodemon now knows when it's being required (and goes dark) * etc...
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
// default options for config.options
|
|
module.exports = {
|
|
watch: [],
|
|
ignore: [],
|
|
stdin: true,
|
|
verbose: false,
|
|
ext: 'js'
|
|
}; |