mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
4 lines
97 B
Batchfile
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
|