diff --git a/ecosystem.config.js b/ecosystem.config.js index 88298d1..6720299 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: 'fennec-be', + name: 'blog-be', script: 'npm', args: 'run start:prod', watch: false,