Explorar o código

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

- add "Bash(pnpm typecheck:*)" to allowed commands list for type checking operations
yourname hai 1 mes
pai
achega
8dd0e1825b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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": []