Skip to content

Commit 9c73865

Browse files
authored
Merge pull request #589 from comey246/fix-nodemon-watch
Fix: server watch
2 parents f74d81e + 412986d commit 9c73865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
3-
"watch": ["commands", "index.ts", "src"],
3+
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
44
"exec": "yarn oclif-dev",
55
"ext": "ts"
66
}

0 commit comments

Comments
 (0)