FruitBankHybridApp/.claude/settings.json

18 lines
436 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash|PowerShell",
"hooks": [
{
"type": "command",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File \"H:/Applications/Mango/Source/FruitBankHybridApp/.claude/hooks/db-dev-guard.ps1\"",
"timeout": 30,
"statusMessage": "DB guard (_DEV) ellenőrzés..."
}
]
}
]
}
}