diff --git a/ecosystem.config.js b/ecosystem.config.js index 77a25fd..f04993f 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -6,7 +6,9 @@ module.exports = { env: { NODE_ENV: 'production', }, - watch: ['./build', './ecosystem.config.js', './.env'], + watch_delay: 1000, + time: true, + watch: ['./build', './ecosystem.config.js'], }, ], };