@@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
- "start": "ts-node src/index.ts"
+ "start": "ts-node src/index.ts",
+ "typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js"
},
"repository": {
"type": "git",