Calendar/.claude/settings.local.json

38 lines
1.2 KiB
JSON
Raw Permalink 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:*)",
"Bash(npm run test:run:*)",
"Bash(cd:*)",
"Bash(powershell -Command \"Get-ChildItem -Path src -Directory | Select-Object -ExpandProperty Name\")",
"Bash(powershell -Command \"Get-ChildItem -Path src -Filter ''index.ts'' -Recurse | Select-Object -ExpandProperty FullName\")",
"Bash(powershell -Command:*)",
"WebFetch(domain:www.npmjs.com)",
"WebFetch(domain:unpkg.com)",
"Bash(node -e:*)",
"Bash(ls:*)",
"Bash(find:*)",
"WebFetch(domain:www.elegantthemes.com)",
"Bash(npm publish:*)",
"Bash(npm init:*)",
"Bash(node dist/bundle.js:*)",
"Bash(node build.js:*)",
"Bash(npm ls:*)",
"Bash(npm view:*)",
"Bash(npm update:*)"
],
"deny": [],
"ask": []
}
}