fix:server watch the component change to restart

This commit is contained in:
yejiezhao
2023-07-21 10:55:20 +08:00
parent ffd354066d
commit 412986dfab
+2 -2
View File
@@ -1,6 +1,6 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules", "../components/nodes", "../components/src"],
"watch": ["commands", "index.ts", "src"],
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
"exec": "yarn oclif-dev",
"ext": "ts"
}