Skip to content

Commit

Permalink
feature: enable nextjs debugging mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DonghyukJacobJang committed Sep 21, 2021
1 parent fcd68ff commit da7924e
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 @@ -11,7 +11,7 @@
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"dev": "NODE_OPTIONS='--inspect' next dev",
"start": "next start",
"\n ###################### NPM Secondary Pipeline ######################": "",
"build:ssr": "next build",
Expand Down

0 comments on commit da7924e

Please sign in to comment.