mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Merge pull request #589 from comey246/fix-nodemon-watch
Fix: server watch
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
"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