Postgres.

This commit is contained in:
Jonathan Cremin 2016-06-19 10:14:47 -07:00
parent 695644c260
commit 806f42e3f8
25 changed files with 501 additions and 294 deletions

2
app.js
View file

@ -13,6 +13,8 @@ import * as redis from './lib/redis';
import api, { ws } from './api/app';
import web from './web/app';
import models from './models';
import debugname from 'debug';
const debug = debugname('hostr');