🔐 🎋 sessionIngressAuth.ts

This commit is contained in:
nirholas
2026-03-31 10:24:27 +00:00
parent 86bd222e7f
commit 46c5558883

View File

@@ -138,3 +138,4 @@ export function getSessionIngressAuthHeaders(): Record<string, string> {
export function updateSessionIngressAuthToken(token: string): void { export function updateSessionIngressAuthToken(token: string): void {
process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token
} }