mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
||||
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
|
||||
"watch": ["commands", "index.ts", "src"],
|
||||
"exec": "pnpm start",
|
||||
"ext": "ts"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"start:default": "cd bin && ./run start",
|
||||
"start-worker:windows": "cd bin && run worker",
|
||||
"start-worker:default": "cd bin && ./run worker",
|
||||
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm start\"",
|
||||
"dev": "nodemon",
|
||||
"oclif-dev": "run-script-os",
|
||||
"oclif-dev:windows": "cd bin && dev start",
|
||||
"oclif-dev:default": "cd bin && ./dev start",
|
||||
|
||||
Reference in New Issue
Block a user