bruceragon

Results 1 comments of bruceragon

As stated by @hehachris adding `usePolling: true` in the ecosystem.config.js file worked for me. ```javascript module.exports = { apps: [ { name: 'token', script: 'app.js', watch: true, "watch_options": { usePolling:...