renovate/lib/renovate.js

6 lines
97 B
JavaScript

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