#!/usr/bin/env node 'use strict'; const app = require('./dist/app.js'); app.run(process.argv);