From 55e9c9188fcced6b74045290b5767c68af572fda Mon Sep 17 00:00:00 2001 From: Sin-MacBook Date: Tue, 11 Aug 2020 23:13:24 +0200 Subject: ok --- modmail-pm2.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modmail-pm2.json (limited to 'modmail-pm2.json') 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" + }] +} -- cgit v1.2.3