Skip to content

Commit 0e87503

Browse files
Create ecosystem.config.js
1 parent 9ff68be commit 0e87503

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ecosystem.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
apps : [{
3+
name : "Discord Group Chat Relay",
4+
script : "./index.js"
5+
}]
6+
}

0 commit comments

Comments
 (0)