RustyHearts-API/start_with_pm2_All.bat
Junior c3d9e7afb5 Version 1.3.0
- Implemented authentication and billing routes for Jpn region.
- Refactored and changed the project structure from CommonJS to ES Modules
2025-04-29 16:20:09 -03:00

4 lines
No EOL
123 B
Batchfile

@echo off
title Rusty Hearts API
cmd /k "npx pm2 start ecosystem.config.cjs --only rh-api-all && npx pm2 logs rh-api"
pause