We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74d81e + 412986d commit 9c73865Copy full SHA for 9c73865
packages/server/nodemon.json
@@ -1,6 +1,6 @@
1
{
2
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
3
- "watch": ["commands", "index.ts", "src"],
+ "watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
4
"exec": "yarn oclif-dev",
5
"ext": "ts"
6
}
0 commit comments