mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
0f09faa1bc
- Removed Yarn dependency and replaced with PNPM - Changed Frontend to render via vite
7 lines
197 B
JSON
7 lines
197 B
JSON
{
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["commands", "index.ts", "src", "../components/nodes", "../components/src"],
|
|
"exec": "./bin/dev start",
|
|
"ext": "ts"
|
|
}
|