diff options
| author | Frank <[email protected]> | 2025-10-14 13:58:54 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-14 13:58:54 -0400 |
| commit | c1a420717a2c57bc5c363d682a2dc0ba7e253c00 (patch) | |
| tree | c40f31236bbbced86fd63bc1339ed7989508f899 /packages/console/function/src | |
| parent | 42c2ffd8427122bd8847d25572dff2509102d36d (diff) | |
| download | opencode-c1a420717a2c57bc5c363d682a2dc0ba7e253c00.tar.gz opencode-c1a420717a2c57bc5c363d682a2dc0ba7e253c00.zip | |
ci: fix
Diffstat (limited to 'packages/console/function/src')
| -rw-r--r-- | packages/console/function/src/auth.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/console/function/src/auth.ts b/packages/console/function/src/auth.ts index e991e8c22..4d3ca6591 100644 --- a/packages/console/function/src/auth.ts +++ b/packages/console/function/src/auth.ts @@ -1,3 +1,4 @@ +import type { KVNamespace } from "@cloudflare/workers-types" import { z } from "zod" import { issuer } from "@openauthjs/openauth" import type { Theme } from "@openauthjs/openauth/ui/theme" @@ -94,6 +95,7 @@ export default { // }), }, storage: CloudflareStorage({ + // @ts-ignore namespace: env.AuthStorage, }), subjects, |
