mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
- Implemented authentication and billing routes for Jpn region. - Refactored and changed the project structure from CommonJS to ES Modules
4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
@echo off
|
|
title API
|
|
cmd /k "npx pm2 stop all"
|
|
pause
|