feat: optional return url
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(php -l:*)",
|
||||
"Bash(./vendor/bin/phpunit --testdox)",
|
||||
"Bash(./vendor/bin/php-cs-fixer fix:*)",
|
||||
"Bash(ddev logs:*)",
|
||||
"Bash(/opt/homebrew/bin/php-cs-fixer fix:*)"
|
||||
"Bash(ddev php vendor/bin/phpunit --testdox)",
|
||||
"Bash(ddev php vendor/bin/php-cs-fixer fix:*)",
|
||||
"Bash(ddev logs:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user