diff --git a/ecosystem.config.js b/ecosystem.config.js index 6a4eb2e..d3a293f 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -5,7 +5,10 @@ module.exports = { exec_mode: 'cluster', instances: 'max', // Or a number of instances script: './node_modules/nuxt/bin/nuxt.js', - args: 'start' + args: 'start', + watch: ['../'], + watch_delay: 1000, + ignore_watch: ['node_modules'] } ] }