Skip to content

Instantly share code, notes, and snippets.

View MarkRywell's full-sized avatar
💻
Coding

Mark Rywell Gaje MarkRywell

💻
Coding
  • Philippines
View GitHub Profile
@MarkRywell
MarkRywell / ecosystem.json
Created August 4, 2023 01:23 — forked from zubair1024/ecosystem.json
Running PM2 as a window service
{
"apps": [
{
"name": "web",
"script": "C:\\ws\\engineer\\titan-web\\app.js",
"args": [],
"cwd": "C:\\ws\\engineer\\titan-web",
"merge_logs": true,
"instances": 1,
"exec_mode": "cluster_mode",