flowise / packages /server /nodemon.json
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
152 Bytes
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src"],
"exec": "yarn oclif-dev",
"ext": "ts"
}