9 lines
126 B
JavaScript

#! /usr/bin/env node
'use strict'
// Pass configuration to application
require('../')({
port: 8000,
host: 'localhost'
})