diff --git a/ecosystem.config.js b/ecosystem.config.js index 88aef1bf4..8e6eb1864 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ const path = require('path'); const common = { name: 'graphql-api', - script: './dist/index.js', + script: path.resolve(__dirname, './dist/index.js'), watch: false, wait_ready: true, listen_timeout: 3000,