Răsfoiți Sursa

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

- add "Bash(pnpm test:api:*)" to allowed commands list to support api test variations
yourname 4 luni în urmă
părinte
comite
22c5607d2a
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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": []