TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

Adding NodeJS --inspect Flag #299

Closed someyoungideas closed 6 years ago

someyoungideas commented 6 years ago

Adding --inspect flag to package.json server script to allow for easier debugging NodeJS in Chrome.

motosharpley commented 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

someyoungideas commented 6 years ago

@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.

someyoungideas commented 6 years ago

@motosharpley this has been updated with a server:inspect script and also added the node version in the package.json.