Files
warframe-center/ecosystem.config.js
Anatoly dcb3c2102e
All checks were successful
continuous-integration/drone/push Build is passing
ecosystem.config.js tweaks
2022-03-09 21:24:09 +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
}]
}