api/stop_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
55 B
Batchfile

@echo off
title API
cmd /k "npx pm2 stop rh-api"
pause