From 93f80150a1d07cf3ce51447636c7f8cd510832f1 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 13 Dec 2025 17:03:24 -0800 Subject: Syntax highlighting and a real repo struct --- .claude/settings.local.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .claude/settings.local.json (limited to '.claude/settings.local.json') 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:*)" + ] + } +} -- cgit v1.2.3-70-g09d2