Files
warframe-center/ecosystem.config.js
Anatoly fc01b7e7b9
All checks were successful
continuous-integration/drone/push Build is passing
i18n
2022-03-08 03:00:46 +03:00

10 lines
191 B
JavaScript

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