Merge pull request #589 from comey246/fix-nodemon-watch

Fix: server watch
This commit is contained in:
Henry Heng
2023-07-25 01:33:16 +01:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src"],
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
"exec": "yarn oclif-dev",
"ext": "ts"
}