From c9f28638156f3799b2d5180ca76ad150da075b0f Mon Sep 17 00:00:00 2001 From: Gato Date: Sun, 24 May 2026 10:22:28 +0200 Subject: [PATCH] change auth claud --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 1d72b43..97e5598 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,7 +5,8 @@ "Bash(npm test *)", "Bash(npm list *)", "Bash(./node_modules/.bin/ng test *)", - "Bash(npx ng *)" + "Bash(npx ng *)", + "Bash(npm start *)" ] } }