i18n
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-08 03:00:46 +03:00
parent edb82fdcfa
commit fc01b7e7b9
13 changed files with 77 additions and 21 deletions

View File

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