demo rector
This commit is contained in:
+3
-1
@@ -13,6 +13,7 @@
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"ts-node": "3.3.0",
|
||||
"tsc-alias": "^1.1.1",
|
||||
"typescript": "3.3.3333"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -42,7 +43,8 @@
|
||||
"typeorm": "0.2.25"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
|
||||
"start": "ts-node -r tsconfig-paths/register src/index.ts",
|
||||
"dev": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
|
||||
"cat": "ts-node -r tsconfig-paths/register src/catalogos.ts",
|
||||
"db:sync": "ts-node ./node_modules/.bin/typeorm schema:sync",
|
||||
|
||||
Reference in New Issue
Block a user