mirror of
https://github.com/langgenius/dify.git
synced 2026-02-03 17:41:35 +08:00
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "npx -y block-no-verify@1.1.1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|