Files
ComfyBox/turbo.json
space-nuko 1ad77f49ef blah
2023-04-07 01:05:02 -05:00

14 lines
207 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"true": false,
"persistent": false
}
}
}