We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563b4c3 commit 172bbdaCopy full SHA for 172bbda
7 files changed
packages/opencode/src/auth/index.ts
@@ -3,6 +3,8 @@ import { Global } from "../global"
3
import fs from "fs/promises"
4
import z from "zod"
5
6
+export const OAUTH_DUMMY_KEY = "opencode-oauth-dummy-key"
7
+
8
export namespace Auth {
9
export const Oauth = z
10
.object({
0 commit comments