mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 14:11:44 -04:00
*Added onlineCount endpoint
*Added launch with PM2 *Code clenaup
This commit is contained in:
parent
5dfa4d83e7
commit
b400beea6a
18 changed files with 381 additions and 321 deletions
4
rh-api_with_pm2.bat
Normal file
4
rh-api_with_pm2.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
title API
|
||||
cmd /k "npx pm2 start src/app.js --name rh-api && npx pm2 logs rh-api"
|
||||
pause
|
||||
Loading…
Add table
Add a link
Reference in a new issue