mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 14:11:44 -04:00
- Implemented authentication and billing routes for Jpn region. - Refactored and changed the project structure from CommonJS to ES Modules
4 lines
No EOL
136 B
Batchfile
4 lines
No EOL
136 B
Batchfile
@echo off
|
|
title Rusty Hearts API (Usa Server)
|
|
cmd /k "npx pm2 start ecosystem.config.cjs --only rh-api-usa && npx pm2 logs rh-api"
|
|
pause |