Merge branch 'develop' into release

This commit is contained in:
SabreCat
2018-03-22 18:53:40 +00:00
159 changed files with 2459 additions and 2098 deletions

View File

@@ -2,7 +2,6 @@ import nconf from 'nconf';
import logger from './libs/logger';
import express from 'express';
import http from 'http';
import Bluebird from 'bluebird';
// @TODO: May need to remove - testing
import memwatch from 'memwatch-next';
@@ -12,8 +11,6 @@ memwatch.on('leak', (info) => {
logger.error(message);
});
global.Promise = Bluebird;
const server = http.createServer();
const app = express();