Преглед на файлове

🔧 chore(settings): update claude allowed commands

- add e2e test command "pnpm test:e2e:chromium:*" to allowed list
yourname преди 4 месеца
родител
ревизия
a08a96d40b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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": []