Scotdensmore/first run auth fix (#1322)

This commit is contained in:
Scott Densmore
2025-06-22 22:52:25 -07:00
committed by GitHub
parent 156feff5b1
commit 99d521569d
3 changed files with 84 additions and 3 deletions

4
.vscode/launch.json vendored
View File

@@ -12,9 +12,9 @@
"runtimeArgs": ["run", "start"],
"skipFiles": ["<node_internals>/**"],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"env": {
"GEMINI_SANDBOX": "false",
"GEMINI_API_KEY": "testkey"
"GEMINI_SANDBOX": "false"
}
},
{