Skip to content

Commit c673c9f

Browse files
committed
chore: added pm2 config
1 parent 13956b7 commit c673c9f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ecosystem.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"apps": [
3+
{
4+
"name": "summarize-backend",
5+
"namespace": "FOSWLY",
6+
"script": "bun",
7+
"args": "run start"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)