Fix bug
This commit is contained in:
parent
87d14a9545
commit
4a8007cf07
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import * as compression from 'compression';
|
||||||
const subdomain = require('subdomain');
|
const subdomain = require('subdomain');
|
||||||
import serveApp from './serve-app';
|
import serveApp from './serve-app';
|
||||||
|
|
||||||
|
import config from '../conf';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Init app
|
* Init app
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue