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