Skip to content

Commit

Permalink
Add --inspect flag to clap server-watch (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrowder65 authored and jchip committed Apr 11, 2018
1 parent 28fe609 commit aa63d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electrode-archetype-react-app/arch-clap.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ Individual .babelrc files were generated for you in src/client and src/server
: `node ${AppMode.src.server}`;
return mkCmd(
`~$nodemon`,
`--inspect`,
`--delay 1 -C --ext js,jsx,json,yaml,log ${watches}`,
`--exec ${nodeRunApp}`
);
Expand Down

0 comments on commit aa63d2a

Please sign in to comment.