Browse Source

update

master
Yutsuo 6 years ago
parent
commit
5f15975201
  1. 2
      src/bin/www.js

2
src/bin/www.js

@ -5,7 +5,7 @@
import app from '../app';
import debugLib from 'debug';
import http from 'http';
const debug = debugLib('your-project-name:server');
const debug = debugLib('es6-nodejs:server');
/**
* Get port from environment and store in Express.

Loading…
Cancel
Save