diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 167a23a..88d4d72 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -25,7 +25,8 @@ "Bash(hugo version *)", "Bash(curl -s \"http://localhost:1313/articles/\")", "Bash(curl -s http://localhost:1313/tags/hugo/)", - "Bash(curl -s http://localhost:1313/categories/)" + "Bash(curl -s http://localhost:1313/categories/)", + "Bash(curl *)" ] } } |
