Calendar/.claude/settings.local.json

20 lines
466 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"WebSearch",
"WebFetch(domain:web.dev)",
"WebFetch(domain:caniuse.com)",
"WebFetch(domain:blog.rasc.ch)",
2025-12-06 01:22:04 +01:00
"WebFetch(domain:developer.chrome.com)",
"Bash(npx tsc:*)",
"WebFetch(domain:github.com)",
"Bash(npm install:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(npm run css:analyze:*)"
],
"deny": [],
"ask": []
}
}