pm2 config in file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-07 03:12:56 +03:00
parent fd32ca704a
commit b57e3e5cba
4 changed files with 2856 additions and 110 deletions

9
ecosystem.config.js Normal file
View File

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