On disk changes projects reloader for nci
npm install nci-projects-reloaderOn disk changes projects reloader for nci for nci.



This plugin requires node.js >= 10 to work.
``sh`
npm install nci-projects-reloader
To enable add this plugin to the plugins section at server config:
`json``
{
"plugins": [
"nci-projects-reloader"
]
....
}
after that when you change any project config (or add new project) on disk it
will be automatically updated within currently running nci server.