Skip to content

Commit

Permalink
api start script with inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mairisb committed Sep 17, 2023
1 parent 796fcd0 commit c1e533c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "tsc",
"watch": "npm run build -- --watch",
"start:dev": "nodemon dist/src/index.js",
"start:dev:inspect": "nodemon --inspect dist/src/index.js",
"test": "jest"
},
"author": "",
Expand Down

0 comments on commit c1e533c

Please sign in to comment.