robertsLando/Mqtt2Mqtt

Using pm2 to start the app

jsponz opened this issue · 2 comments

I try to use pm2 to start the app, but it is not working: pm2 start app.js

Bildschirmfoto 2020-04-08 um 06 56 22

but if I start with npm start it works.

Any hint? Thanks!

pm2 start bin/www --name m2m

Thanks! It works.