Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rohan13
/
flowise
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
flowise
/
turbo.json
rohan13
Flowise Changes
4114d85
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
254 Bytes
{
"$schema"
:
"https://turbo.build/schema.json"
,
"pipeline"
:
{
"build"
:
{
"dependsOn"
:
[
"^build"
]
,
"outputs"
:
[
"dist/**"
]
}
,
"test"
:
{
}
,
"dev"
:
{
"cache"
:
false
}
}
}