Files
dify/.claude/settings.json

16 lines
228 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "npx -y [email protected]"
}
]
}
]
}
}