UNPKG

106 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3
4const bootstrap = require('./bootstrap');
5
6bootstrap(process.env.PORT);
\No newline at end of file