|
|
@@ -5,8 +5,8 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"build": "tsc",
|
|
|
- "start": "node dist/server.js",
|
|
|
- "dev": "ts-node-dev --respawn --transpile-only src/server.ts",
|
|
|
+ "start": "node dist/app.js",
|
|
|
+ "dev": "ts-node-dev --respawn --transpile-only src/app.ts",
|
|
|
"typeorm": "typeorm-ts-node-commonjs",
|
|
|
"test": "node --env-file=.env.test ./node_modules/mocha/bin/mocha --allow-uncaught"
|
|
|
},
|