@@ -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"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
export * from './decorators'
|
||||
export * from './constants';
|
||||
export * from './utils'
|
||||
export * from './activation'
|
||||
export * from './activation'
|
||||
export * from 'inversify-express-utils'
|
||||
|
||||
Reference in New Issue
Block a user