chore: settings.json에 CLAUDE_BOT_TOKEN 환경변수 추가 #85
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
|
"env": {
|
||||||
|
"CLAUDE_BOT_TOKEN": "4804f9f63e799e25d9a8b381e89c8bff11471b7a"
|
||||||
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(./mvnw *)",
|
"Bash(./mvnw *)",
|
||||||
|
|||||||
8
docs/RELEASE-NOTES.md
Normal file
8
docs/RELEASE-NOTES.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Release Notes
|
||||||
|
|
||||||
|
이 문서는 [Keep a Changelog](https://keepachangelog.com/ko/1.0.0/) 형식을 따릅니다.
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### 기타
|
||||||
|
- settings.json에 CLAUDE_BOT_TOKEN 환경변수 추가
|
||||||
불러오는 중...
Reference in New Issue
Block a user