demo rector

This commit is contained in:
arturo
2020-09-11 10:24:48 -05:00
parent abfdbfc51d
commit 357a262beb
85 changed files with 3108 additions and 55 deletions
+3 -1
View File
@@ -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",