Jelajahi Sumber

🔧 chore(claude): update allowed commands in claude settings

- add "Bash(pnpm test:api:*)" to allowed commands list to support api test variations
yourname 4 bulan lalu
induk
melakukan
22c5607d2a
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .claude/settings.local.json

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

@@ -34,7 +34,8 @@
       "Bash(eslint:*)",
       "Bash(pnpm exec eslint:*)",
       "Bash(pnpm test:e2e:chromium:*)",
-      "Bash(pnpm test:api)"
+      "Bash(pnpm test:api)",
+      "Bash(pnpm test:api:*)"
     ],
     "deny": [],
     "ask": []