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