Update pm2 config file to run on Windows 10
https://github.com/Unitech/pm2/issues/3657#issuecomment-482010714 This is a known issue with pm2 on Windows. pm2 tries to run node.cmd as javascript which is wrong.cshd
parent
034c12b2aa
commit
ae3bf11d0b
|
@ -3,6 +3,6 @@
|
||||||
"name": "ModMailBot",
|
"name": "ModMailBot",
|
||||||
"cwd": "./",
|
"cwd": "./",
|
||||||
"script": "npm",
|
"script": "npm",
|
||||||
"args": "start"
|
"args": "./src/index.js"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue