diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-21 12:16:18 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-21 12:16:18 +0200 |
| commit | 2e3c3c8709845432f231098e16d32cfe0191a5dd (patch) | |
| tree | 66989fa7f88a59fe460be30043c46db2c2217bd1 /.claude/settings.local.json | |
| parent | a14e39f1e7ca28fd27380efef855617c070ce256 (diff) | |
| download | danixxyz-2e3c3c8709845432f231098e16d32cfe0191a5dd.tar.gz danixxyz-2e3c3c8709845432f231098e16d32cfe0191a5dd.zip | |
Updated TODO.
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7eaaefd..167a23a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -22,7 +22,10 @@ "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 *)" + "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/)" ] } } |
