mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 17:24:22 +01:00
ci: fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import type { KVNamespace } from "@cloudflare/workers-types"
|
||||||
import { z } from "zod"
|
import { z } from "zod"
|
||||||
import { issuer } from "@openauthjs/openauth"
|
import { issuer } from "@openauthjs/openauth"
|
||||||
import type { Theme } from "@openauthjs/openauth/ui/theme"
|
import type { Theme } from "@openauthjs/openauth/ui/theme"
|
||||||
@@ -94,6 +95,7 @@ export default {
|
|||||||
// }),
|
// }),
|
||||||
},
|
},
|
||||||
storage: CloudflareStorage({
|
storage: CloudflareStorage({
|
||||||
|
// @ts-ignore
|
||||||
namespace: env.AuthStorage,
|
namespace: env.AuthStorage,
|
||||||
}),
|
}),
|
||||||
subjects,
|
subjects,
|
||||||
|
|||||||
Reference in New Issue
Block a user