Files
warframe-center/ecosystem.config.js
Anatoly 1e6be9bfd9
All checks were successful
continuous-integration/drone/push Build is passing
tweaks
2022-03-09 21:09:12 +03:00

10 lines
198 B
JavaScript

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