diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 90a58ab..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - apps : [{ - name : "app1", - script : "./app.js", - treekill: false - }] -}