mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 13:01:11 +03:00
fix:server watch the component change to restart
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user