Skip to content

Commit

Permalink
Add inspection to dev task (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull authored Aug 15, 2023
1 parent ddeb6ee commit fc94b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier -w .",
"test": "true",
"start": "node -r source-map-support/register dist/main.js",
"start:dev": "tsc && node -r source-map-support/register dist/main.js"
"start:dev": "tsc && node --inspect -r source-map-support/register dist/main.js"
},
"dependencies": {
"async-mutex": "^0.4.0",
Expand Down

0 comments on commit fc94b10

Please sign in to comment.