script: add debug command

This commit is contained in:
Kamil Myśliwiec
2018-05-13 11:32:10 +02:00
parent b428240559
commit cc3be2514d
3 changed files with 326 additions and 95 deletions
+1
View File
@@ -7,6 +7,7 @@
"format": "prettier --write \"src/**/*.ts\"",
"start": "ts-node -r tsconfig-paths/register src/main.ts",
"start:dev": "nodemon",
"start:debug": "nodemon --config nodemon-debug.json",
"prestart:prod": "rimraf dist && tsc",
"start:prod": "node dist/main.js",
"start:hmr": "node dist/server",