mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: fix
This commit is contained in:
parent
42c2ffd842
commit
c1a420717a
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue