diff --git a/ecosystem.config.js b/ecosystem.config.js index b773e24..1660318 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ export default { apps: [ { name: 'farmcontrol-ws', - script: 'index.js', + script: 'src/index.js', env: { NODE_ENV: 'development' },