Created
December 21, 2022 00:06
-
-
Save ragingwind/fcb8810a666812bb45df54f32cf8ed11 to your computer and use it in GitHub Desktop.
nodemon.json for monorepo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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