pm2 ecosystem file added to disable treekill

This commit is contained in:
C
2023-02-03 15:43:10 +05:00
parent 3addb3c398
commit 79152a1b5c
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
apps : [{
name : "app1",
script : "./app.js",
treekill: false
}]
}