#!/usr/bin/env node const path = require('path') try { require(path.join(__dirname, 'app')) } catch (e) { console.error('Please build the application before running.') }