summaryrefslogtreecommitdiff
path: root/.claude/settings.local.json
blob: 282bb4b5c7352e9486df9383570e501a96e462b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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:*)"
    ]
  }
}