Files
nuxt-claude/.claude/settings.json
NEW_GIL_HOME\hyeon e66321386a
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 25m52s
feat: nuxt-claude 프로젝트 초기 커밋
Made-with: Cursor
2026-03-08 16:36:13 +09:00

27 lines
594 B
JSON

{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "C:/Users/hyeon/AppData/Local/Programs/Python/Python312/python.exe C:/Users/hyeon/.claude/slack_notify.py notification"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "C:/Users/hyeon/AppData/Local/Programs/Python/Python312/python.exe C:/Users/hyeon/.claude/slack_notify.py stop"
}
]
}
]
}
}