feat: add websocket model

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-06-28 15:30:46 +08:00
parent c93c5c3fbb
commit d9e3cad8a1
23 changed files with 483 additions and 37 deletions

View File

@@ -14,7 +14,7 @@
"url": "git+https://github.com/502647092/cc-server-parent.git"
},
"scripts": {
"dev": "npx ts-node src/index.ts",
"watch": "npx tsc --watch",
"build": "rimraf dist && npx tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},

View File

@@ -1,4 +1,3 @@
export * from './decorators'
export * from './constants';
export * from './utils'
export * from './activation'
export * from './activation'
export * from 'inversify-express-utils'