#!/usr/bin/env node

const globalWorker = require('./workers/global');

globalWorker.start();