#!/usr/bin/env node/**
* Production script for initialising N|Solid Console server
* and starting polling of the N|Solid Hub.
*
* Does not concern itself with external dependencies such as etcd.
*/
process.title = 'nsolid-console'require('./polyfill')
require('../src/cli.js')