Skip to content

Commit 8f2e8b6

Browse files
committed
fix: figma2shadcn2next hooks.json 구조 오류 수정
- 최상위 "hooks" 래퍼 키 누락으로 플러그인 로드 실패하던 문제 해결
1 parent a90ca23 commit 8f2e8b6

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"SessionStart": [
3-
{
4-
"hooks": [
5-
{
6-
"type": "command",
7-
"command": "bash $CLAUDE_PLUGIN_ROOT/hooks/scripts/inject-project-context.sh",
8-
"timeout": 10
9-
}
10-
]
11-
}
12-
]
2+
"hooks": {
3+
"SessionStart": [
4+
{
5+
"hooks": [
6+
{
7+
"type": "command",
8+
"command": "bash $CLAUDE_PLUGIN_ROOT/hooks/scripts/inject-project-context.sh",
9+
"timeout": 10
10+
}
11+
]
12+
}
13+
]
14+
}
1315
}

0 commit comments

Comments
 (0)