mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 22:21:23 +00:00
fix(image): allow workspace and sandbox media paths (#15541)
This commit is contained in:
@@ -32,7 +32,8 @@ type WebMediaOptions = {
|
||||
readFile?: (filePath: string) => Promise<Buffer>;
|
||||
};
|
||||
|
||||
function getDefaultLocalRoots(): string[] {
|
||||
<<<<<<< HEAD
|
||||
export function getDefaultLocalRoots(): string[] {
|
||||
return [
|
||||
os.tmpdir(),
|
||||
path.join(STATE_DIR, "media"),
|
||||
|
||||
Reference in New Issue
Block a user