Pārlūkot izejas kodu

🔧 chore(settings): update claude allowed commands

- add e2e test command "pnpm test:e2e:chromium:*" to allowed list
yourname 4 mēneši atpakaļ
vecāks
revīzija
a08a96d40b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      .claude/settings.local.json

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

@@ -43,7 +43,8 @@
       "Bash(\"http://localhost:8080/api/v1/admin/activities\")",
       "Bash(\"http://localhost:8080/api/v1/admin/routes\")",
       "Bash(pnpm run typecheck:*)",
-      "Bash(pnpm run build)"
+      "Bash(pnpm run build)",
+      "Bash(pnpm test:e2e:chromium:*)"
     ],
     "deny": [],
     "ask": []