mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Also config static module is used by the parts of nodemon to run the thing. Ignore rules, on the command line also work - a nice new feature.
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
module.exports = {
|
|
run: require('./run'),
|
|
watch: require('./watch')
|
|
}; |