From 2c702155e09465045136d12cf34e40fdbd5cd7f9 Mon Sep 17 00:00:00 2001 From: C Date: Fri, 3 Feb 2023 16:14:00 +0500 Subject: [PATCH] ecosystem file not working --- ecosystem.config.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ecosystem.config.js 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 - }] -}