Update claude-hooks.json
This commit is contained in:
parent
bc7019691c
commit
20c6b67a53
|
|
@ -6,7 +6,7 @@
|
|||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "node /Users/jessytsui/dev/Claude-Code-Remote/claude-hook-notify.js completed",
|
||||
"command": "node /Users/path/to/Claude-Code-Remote/claude-hook-notify.js completed",
|
||||
"timeout": 5
|
||||
}
|
||||
]
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "node /Users/jessytsui/dev/Claude-Code-Remote/claude-hook-notify.js waiting",
|
||||
"command": "node /Users/path/to/Claude-Code-Remote/claude-hook-notify.js waiting",
|
||||
"timeout": 5
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue