Install PM2
PM2 is node.js process manager. It allow your commerce engine keep alive, and it provide cluster mode.
Step. Install PM2 using NPM
npm install pm2 -g
Last updated
PM2 is node.js process manager. It allow your commerce engine keep alive, and it provide cluster mode.
Step. Install PM2 using NPM
npm install pm2 -g
Last updated