fix:server watch the component change to restart

This commit is contained in:
yejiezhao 2023-07-21 10:51:48 +08:00
parent 7d985dbfce
commit ffd354066d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"ignore": ["**/*.spec.ts", ".git", "node_modules", "../components/nodes", "../components/src"],
"watch": ["commands", "index.ts", "src"],
"exec": "yarn oclif-dev",
"ext": "ts"