Files
skills-here-run-place/.claude/settings.local.json
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

15 lines
316 B
JSON

{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:www.anthropic.com)",
"WebFetch(domain:claude.com)",
"WebFetch(domain:docs.astro.build)",
"WebFetch(domain:astro.build)",
"Bash(npm init:*)",
"Bash(npm install:*)",
"Bash(npx astro check:*)"
]
}
}