Skip to content

Instantly share code, notes, and snippets.

@guychouk
Created March 28, 2023 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guychouk/637841865c179b2a7cb9578e00ede58b to your computer and use it in GitHub Desktop.
Save guychouk/637841865c179b2a7cb9578e00ede58b to your computer and use it in GitHub Desktop.
[Node.js] Run nodemon with ts-node and debugging
nodemon --watch src --exec 'node --require ts-node/register --inspect' src/app.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment