4 lines
59 B
Batchfile
4 lines
59 B
Batchfile
|
@echo off
|
||
|
cd %~dp0
|
||
|
node_modules\.bin\pm2.cmd start main.js
|