mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-08-29 02:32:54 +08:00
Add local Claude configuration
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Load project-local .env file
|
||||
set -o allexport
|
||||
source "$(dirname "$0")/../.env"
|
||||
set +o allexport
|
||||
# Output the API key to Claude Code
|
||||
echo "$ANTHROPIC_API_KEY"
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"apiKeyHelper": "./.claude/get-api-key.sh"
|
||||
}
|
||||
Reference in New Issue
Block a user