diff options
Diffstat (limited to '.config/claude/settings.json')
| -rw-r--r-- | .config/claude/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/claude/settings.json b/.config/claude/settings.json index 1c7b430..801ea8c 100644 --- a/.config/claude/settings.json +++ b/.config/claude/settings.json @@ -5,7 +5,10 @@ "autoAllowBashIfSandboxed": false, "excludedCommands": [ "docker" - ] + ], + "network": { + "allowLocalBinding": true + } }, "permissions": { "defaultMode": "acceptEdits", |
