mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 15:01:13 +03:00
93cf47ce40
update pnpm run dev
7 lines
148 B
JSON
7 lines
148 B
JSON
{
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["commands", "index.ts", "src"],
|
|
"exec": "pnpm start",
|
|
"ext": "ts"
|
|
}
|