Skip to content

Commit

Permalink
workaround: node option --inspect is broken
Browse files Browse the repository at this point in the history
NODE_OPTIONS '--inspect' is currently broken and let the
command fail.
  • Loading branch information
fembau committed Aug 29, 2023
1 parent 6677fc5 commit 964df25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:docker": "NODE_ENV=docker NODE_OPTIONS='--inspect=0.0.0.0:9229' next dev",
"dev:docker": "NODE_ENV=docker next dev # backup: NODE_ENV=docker NODE_OPTIONS='--inspect=0.0.0.0:9229' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 964df25

Please sign in to comment.