diff --git a/.claude/settings.json b/.claude/settings.json index 0967ef4..b4106ff 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1 +1,10 @@ -{} +{ + "sandbox": { + "network": { + "allowedDomains": [ + "npm.registry.com", + "us.i.posthog.com" + ] + } + } +}