Renamed pm2 process
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-19 02:59:51 +03:00
parent 66212c9a7d
commit e733ca9cc3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
apps: [{
name: 'warframe-market-bot',
name: 'warframe-center-gather',
script: './src/index.js',
watch: true,
ignore_watch: ['node_modules', 'public'],