renovate/lib/renovate.js

6 lines
94 B
JavaScript

#!/usr/bin/env node
const globalWorker = require('./workers/global');
globalWorker.start();