Update claude-hooks.json

This commit is contained in:
JessyTsui 2025-08-02 04:33:18 +08:00 committed by GitHub
parent bc7019691c
commit 20c6b67a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "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 "timeout": 5
} }
] ]
@ -18,7 +18,7 @@
"hooks": [ "hooks": [
{ {
"type": "command", "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 "timeout": 5
} }
] ]