sandboxbox 3.0.41 → 3.0.42
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/package.json +1 -1
- package/utils/sandbox.js +1 -1
package/package.json
CHANGED
package/utils/sandbox.js
CHANGED
|
@@ -199,7 +199,7 @@ node_modules/
|
|
|
199
199
|
// Create sandbox Claude directory and copy bundled settings
|
|
200
200
|
mkdirSync(sandboxClaudeDir, { recursive: true });
|
|
201
201
|
|
|
202
|
-
const bundledSettingsPath = join(resolve(fileURLToPath(import.meta.url), '..'), '
|
|
202
|
+
const bundledSettingsPath = join(resolve(fileURLToPath(import.meta.url), '..'), 'sandboxbox-settings.json');
|
|
203
203
|
const sandboxSettingsPath = join(sandboxClaudeDir, 'settings.json');
|
|
204
204
|
|
|
205
205
|
// Copy bundled settings to sandbox
|