script: add debug command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user