UNPKG

133 BPlain TextView Raw
1#!/usr/bin/env node
2/* vim: set ft=javascript: */
3"use strict";
4
5require('../starter.js')(function(config, start) {
6 start();
7})
8