mirror of https://github.com/buster-so/buster.git
15 lines
223 B
JSON
15 lines
223 B
JSON
|
{
|
||
|
"hooks": {
|
||
|
"PreToolUse": [
|
||
|
{
|
||
|
"matcher": "mcp__playwright__.*",
|
||
|
"hooks": [
|
||
|
{
|
||
|
"type": "command",
|
||
|
"command": "turbo dev"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|