Преглед изворни кода

🔧 chore(settings): update command allowlist in claude settings

- add "Bash(pnpm typecheck:*)" to allowed commands list for type checking operations
yourname пре 1 месец
родитељ
комит
8dd0e1825b
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .claude/settings.local.json

+ 2 - 1
.claude/settings.local.json

@@ -51,7 +51,8 @@
       "Bash(mv:*)",
       "Bash(rm:*)",
       "Bash(git add:*)",
-      "Bash(git commit:*)"
+      "Bash(git commit:*)",
+      "Bash(pnpm typecheck:*)"
     ],
     "deny": [],
     "ask": []