kt-event-marketing-fe/.claude/settings.local.json
doyeon 37ef11740c 추첨 페이지 실제 API 연동 구현
- API 함수 추가: drawWinners, getWinners
- 실제 백엔드 서버(localhost:8084)로 추첨 실행
- 당첨자 목록 실시간 조회 및 표시
- 에러 처리 및 로딩 상태 추가
- 재추첨 기능 API 연동

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 15:06:44 +09:00

19 lines
329 B
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(cat:*)",
"Bash(mkdir:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(npm run dev:*)",
"Bash(netstat:*)",
"Bash(taskkill:*)",
"Bash(ls:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}