diff options
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ab7c2d9..7eaaefd 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -17,7 +17,12 @@ "Bash(hugo config *)", "Bash(hugo --debug)", "Bash(hugo)", - "Bash(hugo -D)" + "Bash(hugo -D)", + "Bash(curl -s http://localhost:1313/)", + "Bash(curl -s http://localhost:1313/articles/haiku-2/)", + "Bash(curl -s http://localhost:1313/articles/)", + "Bash(curl -s http://localhost:1313/css/main.min.css)", + "Bash(hugo version *)" ] } } |
