Files
warframe-center/ecosystem.config.js
Anatoly b57e3e5cba
All checks were successful
continuous-integration/drone/push Build is passing
pm2 config in file
2022-03-07 03:12:56 +03:00

10 lines
193 B
JavaScript

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