We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fff79 commit 7d3ad3fCopy full SHA for 7d3ad3f
1 file changed
README.md
@@ -569,7 +569,7 @@ First let's start up the FastBoot server with Node in debug mode. One thing
569
about debug mode: it makes everything much slower.
570
571
```sh
572
-node --debug-brk --inspect ./node_modules/.bin/ember serve
+node --inspect-brk ./node_modules/.bin/ember serve
573
```
574
575
This starts the FastBoot server in debug mode. Note that the `--debug-brk` flag will cause your
0 commit comments