mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:21:24 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -101,10 +101,7 @@ describe("buildSandboxCreateArgs", () => {
|
||||
tmpfs: [],
|
||||
network: "none",
|
||||
capDrop: [],
|
||||
binds: [
|
||||
"/home/user/source:/source:rw",
|
||||
"/var/run/docker.sock:/var/run/docker.sock",
|
||||
],
|
||||
binds: ["/home/user/source:/source:rw", "/var/run/docker.sock:/var/run/docker.sock"],
|
||||
};
|
||||
|
||||
const args = buildSandboxCreateArgs({
|
||||
|
||||
Reference in New Issue
Block a user