mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
fix:server watch the component change to restart
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignore": ["**/*.spec.ts", ".git", "node_modules", "../components/nodes", "../components/src"],
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
||||||
"watch": ["commands", "index.ts", "src"],
|
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
|
||||||
"exec": "yarn oclif-dev",
|
"exec": "yarn oclif-dev",
|
||||||
"ext": "ts"
|
"ext": "ts"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user