Update modmailbot-pm2.json (#478)

Make the pm2 file work on windows, as well as linux.
cshd
Eight8 2020-11-01 18:39:39 +00:00 committed by GitHub
parent 8e69385389
commit 07e763c2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"apps": [{ "apps": [{
"name": "ModMailBot", "name": "ModMailBot",
"cwd": "./", "cwd": "./",
"script": "npm", "script": "src/index.js"
"args": "start"
}] }]
} }