I noticed you are not hot loading your `start` script with `nodemon`. Consider swapping to this so you can watch your changes without having to restart the server. Will make coding faster, easier and funner :) `"start": "nodemon src/server.js"`
I noticed you are not hot loading your
startscript withnodemon.Consider swapping to this so you can watch your changes without having to restart the server. Will make coding faster, easier and funner :)
"start": "nodemon src/server.js"