kt-event-marketing-fe/.claude/settings.local.json
jhbkjh 37e5a76c50 Participation API를 client.ts로 통합 및 환경변수 설정 개선
- api-client.ts 삭제하고 client.ts의 participationClient 사용
- 마이크로서비스별 호스트 환경변수 지원 추가
- API_VERSION 환경변수로 api prefix 관리
- .env.local 파일 생성 (개발 환경 설정)
- CORS 해결을 위해 백엔드에서 직접 호출하는 방식으로 단순화

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-28 17:49:20 +09:00

20 lines
357 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:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
}
}