diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 17:03:24 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-13 17:03:24 -0800 |
| commit | 93f80150a1d07cf3ce51447636c7f8cd510832f1 (patch) | |
| tree | eaa4c7cf4d40e8a2dc86b2119894d9e0de10d7f3 /.claude | |
| parent | eb14a9b6263a3dd65fc62e1611c6da067a80ca00 (diff) | |
| download | adelie-93f80150a1d07cf3ce51447636c7f8cd510832f1.tar.gz adelie-93f80150a1d07cf3ce51447636c7f8cd510832f1.zip | |
Syntax highlighting and a real repo struct
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..282bb4b --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,12 @@ +{ + "permissions": { + "allow": [ + "Bash(tree:*)", + "Bash(find:*)", + "Bash(file:*)", + "Bash(npm run dev:*)", + "Bash(npm run build:*)", + "Bash(HOST=\"https://cdn.example.com\" npm run build:*)" + ] + } +} |
