aboutsummaryrefslogtreecommitdiff
path: root/modmail-pm2.json
diff options
context:
space:
mode:
authorSin-MacBook <[email protected]>2020-08-11 23:13:24 +0200
committerSin-MacBook <[email protected]>2020-08-11 23:13:24 +0200
commit55e9c9188fcced6b74045290b5767c68af572fda (patch)
tree8413825cdcf622cc6fc915bfe4ccc073437a38c8 /modmail-pm2.json
parentclean this up when home (diff)
downloadmodmail-55e9c9188fcced6b74045290b5767c68af572fda.tar.xz
modmail-55e9c9188fcced6b74045290b5767c68af572fda.zip
ok
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"
+ }]
+}