Skip to content

Instantly share code, notes, and snippets.

@ragingwind
Created December 21, 2022 00:06
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 ragingwind/fcb8810a666812bb45df54f32cf8ed11 to your computer and use it in GitHub Desktop.
Save ragingwind/fcb8810a666812bb45df54f32cf8ed11 to your computer and use it in GitHub Desktop.
nodemon.json for monorepo
{
"verbose": true,
"ignore": [
"node_modules",
".next",
"package.json"
],
"watch": [
"examples/**/*",
"packages/model/src",
"packages/react/src",
"packages/scoring-engine/src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment