mirror of
https://github.com/pinokiofactory/flux-webui.git
synced 2024-10-05 23:57:57 +03:00
Add files via upload
This commit is contained in:
8
clearcache.js
Normal file
8
clearcache.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
run: [{
|
||||
method: "fs.rm",
|
||||
params: {
|
||||
path: "cache/GRADIO_TEMP_DIR"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user