On disk changes projects reloader for nci for nci.
This plugin requires node.js >= 10 to work.
npm install nci-projects-reloader
To enable add this plugin to the plugins
section at server config:
{
"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.