aboutsummaryrefslogtreecommitdiff
path: root/modmail-pm2.json
diff options
context:
space:
mode:
Diffstat (limited to 'modmail-pm2.json')
-rw-r--r--modmail-pm2.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/modmail-pm2.json b/modmail-pm2.json
new file mode 100644
index 0000000..f8b1af9
--- /dev/null
+++ b/modmail-pm2.json
@@ -0,0 +1,8 @@
+{
+ "apps": [{
+ "name": "ModMail",
+ "cwd": "./",
+ "script": "npm",
+ "args": "start"
+ }]
+}