buster/.claude/settings.json

15 lines
223 B
JSON
Raw Permalink Normal View History

2025-07-29 23:36:03 +08:00
{
"hooks": {
"PreToolUse": [
{
"matcher": "mcp__playwright__.*",
"hooks": [
{
"type": "command",
"command": "turbo dev"
}
]
}
]
}
}