nodev
nodev copied to clipboard
Node.js development tool which auto-restarts node on file changes and reloads the node debugger
Hi, I tried put a watch ..it doesn't seem to catch on the changes in subdirectory. also you mentioned by default it will look at only .js or .cs file...
I have to start with --debug-brk to be able to actually debug my code. This is a slowdown as I have to go and click F8 in Chrome for my...
i've declared the name of the main file in the package.json, as described in the nodemon module. when i start the app with 'nodev' (without further parameters), the app starts...
Currently after each restarting, I will have to go back to chrome, move focus to address bar, and hit cmd-R to refresh the browser, is it possible for Chrome to...