Skip to content

Instantly share code, notes, and snippets.

@travishorn
Created October 24, 2024 17:49
Show Gist options
  • Save travishorn/58c034b8db69da955c7fb92990bc5212 to your computer and use it in GitHub Desktop.
Save travishorn/58c034b8db69da955c7fb92990bc5212 to your computer and use it in GitHub Desktop.
Using Node's built-in watch mode.

Node Watch

Using Node's built-in watch mode.

console.log("Hello, World!");
{
"name": "node-watch",
"version": "0.1.0",
"scripts": {
"dev": "node --watch-path=src src/index.js"
},
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment