update ecosystem configuration to include watch delay and time settings

This commit is contained in:
GW_MC
2026-01-23 18:39:52 +08:00
parent fbe96ea9f8
commit fed38eafd2

View File

@@ -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'],
},
],
};