diff options
| author | Sin-MacBook <[email protected]> | 2020-08-11 23:13:24 +0200 |
|---|---|---|
| committer | Sin-MacBook <[email protected]> | 2020-08-11 23:13:24 +0200 |
| commit | 55e9c9188fcced6b74045290b5767c68af572fda (patch) | |
| tree | 8413825cdcf622cc6fc915bfe4ccc073437a38c8 /modmail-pm2.json | |
| parent | clean this up when home (diff) | |
| download | modmail-55e9c9188fcced6b74045290b5767c68af572fda.tar.xz modmail-55e9c9188fcced6b74045290b5767c68af572fda.zip | |
ok
Diffstat (limited to 'modmail-pm2.json')
| -rw-r--r-- | modmail-pm2.json | 8 |
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" + }] +} |