diff options
Diffstat (limited to 'packages/console/core/src')
| -rw-r--r-- | packages/console/core/src/aws.ts | 2 | ||||
| -rw-r--r-- | packages/console/core/src/billing.ts | 2 | ||||
| -rw-r--r-- | packages/console/core/src/drizzle/index.ts | 2 | ||||
| -rw-r--r-- | packages/console/core/src/user.ts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/console/core/src/aws.ts b/packages/console/core/src/aws.ts index 200e29e4a..e87ada6ef 100644 --- a/packages/console/core/src/aws.ts +++ b/packages/console/core/src/aws.ts @@ -1,5 +1,5 @@ import { z } from "zod" -import { Resource } from "@opencode/console-resource" +import { Resource } from "@opencode-ai/console-resource" import { AwsClient } from "aws4fetch" import { fn } from "./util/fn" diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index e79e455bc..644e3bd83 100644 --- a/packages/console/core/src/billing.ts +++ b/packages/console/core/src/billing.ts @@ -4,7 +4,7 @@ import { BillingTable, PaymentTable, UsageTable } from "./schema/billing.sql" import { Actor } from "./actor" import { fn } from "./util/fn" import { z } from "zod" -import { Resource } from "@opencode/console-resource" +import { Resource } from "@opencode-ai/console-resource" import { Identifier } from "./identifier" import { centsToMicroCents } from "./util/price" import { User } from "./user" diff --git a/packages/console/core/src/drizzle/index.ts b/packages/console/core/src/drizzle/index.ts index 899f69148..f0f065de4 100644 --- a/packages/console/core/src/drizzle/index.ts +++ b/packages/console/core/src/drizzle/index.ts @@ -1,5 +1,5 @@ import { drizzle } from "drizzle-orm/planetscale-serverless" -import { Resource } from "@opencode/console-resource" +import { Resource } from "@opencode-ai/console-resource" export * from "drizzle-orm" import { Client } from "@planetscale/database" diff --git a/packages/console/core/src/user.ts b/packages/console/core/src/user.ts index c9567a2cb..e33e86cb0 100644 --- a/packages/console/core/src/user.ts +++ b/packages/console/core/src/user.ts @@ -122,7 +122,7 @@ export namespace User { // send email, ignore errors try { - const { InviteEmail } = await import("@opencode/console-mail/InviteEmail.jsx") + const { InviteEmail } = await import("@opencode-ai/console-mail/InviteEmail.jsx") await AWS.sendEmail({ to: email, subject: `You've been invited to join the ${workspaceID} workspace on OpenCode Zen`, |
