Просмотр исходного кода

🔧 chore(settings): update claude allowed commands

- add e2e test command "pnpm test:e2e:chromium:*" to allowed list
yourname 4 месяцев назад
Родитель
Сommit
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/activities\")",
       "Bash(\"http://localhost:8080/api/v1/admin/routes\")",
       "Bash(\"http://localhost:8080/api/v1/admin/routes\")",
       "Bash(pnpm run typecheck:*)",
       "Bash(pnpm run typecheck:*)",
-      "Bash(pnpm run build)"
+      "Bash(pnpm run build)",
+      "Bash(pnpm test:e2e:chromium:*)"
     ],
     ],
     "deny": [],
     "deny": [],
     "ask": []
     "ask": []