소스 검색

🔧 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": []