Postgres.
This commit is contained in:
parent
695644c260
commit
806f42e3f8
25 changed files with 501 additions and 294 deletions
2
app.js
2
app.js
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue