merge
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 28s

This commit is contained in:
isUnknown 2025-12-12 13:08:02 +01:00
parent bb215b04da
commit 10660e92bb
3 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{
"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)"
],
"deny": [],
"ask": []
}
}