Skip to content

Commit

Permalink
npm: remove node inspector, never use it
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 2, 2023
1 parent dc11bd9 commit 0351cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"scripts": {
"predev": "yarn i18n:compile",
"dev": "open http://localhost:3000 && NODE_OPTIONS='--inspect' next dev",
"dev": "open http://localhost:3000 && next dev",
"prebuild": "yarn i18n:compile",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit 0351cde

Please sign in to comment.