From 22d7856ce0b63857d50c9aa26a8bc6bbebdf74f8 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 6 Apr 2026 01:19:22 +0300 Subject: [PATCH] reduce setup friction --- .claude/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" + ] + } + } +}