Files
warframe-center/gather/ecosystem.config.js
Anatoly e733ca9cc3
Some checks failed
continuous-integration/drone/push Build is failing
Renamed pm2 process
2022-03-19 02:59:51 +03:00

10 lines
199 B
JavaScript

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