Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Foley committed Jun 11, 2018
1 parent 60d164a commit bb01b8d
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 707 deletions.
11 changes: 2 additions & 9 deletions bin/app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,19 @@
better alternatives going forward
`make server`
`/bin/bash -c 'make server 2>&1 >> stdio.log'`
*/
/* istanbul ignore file */
/* eslint-disable no-console */
/*
ENV
HTTP_PORT
WWW_ROOT
...
NODE_ENV
BLUEBIRD_DEBUG=1
NODE_CONFIG_DIR=./config
/etc/init.d
https://github.com/nodejitsu/forever
TODO
https://github.com/lorenwest/node-config
https://github.com/trentm/node-bunyan
*/
/* istanbul ignore file */
/* eslint-disable no-console */

import minimist from 'minimist';

Expand Down

0 comments on commit bb01b8d

Please sign in to comment.