mirror of
https://github.com/pinokiofactory/flux-webui.git
synced 2024-10-05 23:57:57 +03:00
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
module.exports = {
|
|
run: [{
|
|
method: "fs.rm",
|
|
params: {
|
|
path: "cache/GRADIO_TEMP_DIR"
|
|
}
|
|
}]
|
|
}
|