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: '.' }, {