From b228a296e8c2350b035f8f0fc766d2a1f0a4017b Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Mon, 26 Jul 2021 17:17:17 +0700 Subject: [PATCH] added name --- ecosystem.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 3057846..de2ec25 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,5 +1,6 @@ module.exports = { apps: [{ + name: "shasha", script: 'Main.js', watch: '.' }, {