Closed someyoungideas closed 6 years ago
I think it would be more flexible for different dev environments if we created a new script that utilized this flag rather than defaulting to this on the primary dev server script
@motosharpley I don't mind creating a new script for --inspect
. I added it because I wasn't sure if there was any issues with that flag present while in development, whether it is utilized or not. I don't mind just utilizing it locally myself if it is not utilized commonly.
@motosharpley this has been updated with a server:inspect
script and also added the node version in the package.json
.
Adding
--inspect
flag topackage.json
server
script to allow for easier debugging NodeJS in Chrome.