geoproject-app/.claude/settings.local.json

23 lines
557 B
JSON
Raw Normal View History

2025-12-12 13:08:02 +01:00
{
"permissions": {
"allow": [
"WebFetch(domain:developers.brevo.com)",
"WebSearch",
"WebFetch(domain:getkirby.com)",
"Bash(mkdir:*)",
"Bash(composer require:*)",
"Bash(composer config:*)",
"Bash(git checkout:*)",
"WebFetch(domain:docs.snipcart.com)",
"WebFetch(domain:www.mondialrelay.fr)",
"WebFetch(domain:storage.mondialrelay.fr)",
"WebFetch(domain:jsfiddle.net)",
"Bash(tree:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
2025-12-12 13:08:02 +01:00
],
"deny": [],
"ask": []
}
}