update ecosystem configuration to include watch delay and time settings
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user