diff --git a/ecosystem.config.js b/ecosystem.config.js index 97676e2e..295b7871 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ module.exports = { apps: [ { name: 'qcast-front-production', - script: 'npm run start', + script: 'npm run start:dev', instance: 2, exec_mode: 'cluster', },