api/rh-api_with_pm2.bat
Junior b400beea6a *Added onlineCount endpoint
*Added launch with PM2
*Code clenaup
2023-07-04 08:25:46 -03:00

4 lines
97 B
Batchfile

@echo off
title API
cmd /k "npx pm2 start src/app.js --name rh-api && npx pm2 logs rh-api"
pause