Bring config into server.

This commit is contained in:
William Welling
2017-03-24 16:48:43 -05:00
parent 99f936ff45
commit 415a52f011
7 changed files with 51 additions and 23 deletions

View File

@@ -24,6 +24,8 @@ import { MainModule } from './platform/modules/node.module';
// Routes
import { routes } from './server.routes';
import { config } from './config';
// enable prod for faster renders
enableProdMode();