Files
warframe-center/gather/ecosystem.config.js
2022-03-12 03:35:35 +03:00

10 lines
196 B
JavaScript

module.exports = {
apps: [{
name: 'warframe-market-bot',
script: './src/index.js',
watch: true,
ignore_watch: ['node_modules', 'public'],
restart_delay: 1 * 60 * 1000
}]
}