module.exports = () => { const config = { run: [ { method: 'shell.run', params: { 'message': 'git pull' } }, { method: 'shell.run', params: { message: 'git pull', path: 'facefusion' } }, { method: 'shell.run', params: { message: 'git checkout 2.4.0', path: 'facefusion' } } ] }; return config; };