wmdev 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend/dist/server.js +1 -0
- package/package.json +1 -1
package/backend/dist/server.js
CHANGED
|
@@ -7274,6 +7274,7 @@ function buildDockerRunArgs(opts, existingPaths, home, name, rpcSecret, rpcPort,
|
|
|
7274
7274
|
args.push("-v", `${mainRepoDir}:${mainRepoDir}:ro`);
|
|
7275
7275
|
args.push("-v", `${home}/.claude:/root/.claude`);
|
|
7276
7276
|
args.push("-v", `${home}/.claude.json:/root/.claude.json`);
|
|
7277
|
+
args.push("-v", `${home}/.codex:/root/.codex`);
|
|
7277
7278
|
const extraMountGuestPaths = new Set;
|
|
7278
7279
|
if (sandboxConfig.extraMounts) {
|
|
7279
7280
|
for (const mount of sandboxConfig.extraMounts) {
|