flowise / turbo.json
rohan13's picture
Flowise Changes
4114d85
raw
history blame contribute delete
254 Bytes
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {},
"dev": {
"cache": false
}
}
}