From 5f7ae6477bca82eb0d53f325fe01dc25f50d85c2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 4 Oct 2025 21:33:39 -0400 Subject: sync --- packages/console/app/src/context/auth.ts | 6 +++--- packages/console/app/src/context/auth.withActor.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/console/app/src/context') diff --git a/packages/console/app/src/context/auth.ts b/packages/console/app/src/context/auth.ts index eff005c53..14a876fda 100644 --- a/packages/console/app/src/context/auth.ts +++ b/packages/console/app/src/context/auth.ts @@ -1,8 +1,8 @@ import { getRequestEvent } from "solid-js/web" -import { and, Database, eq, inArray, sql } from "@opencode/console-core/drizzle/index.js" -import { UserTable } from "@opencode/console-core/schema/user.sql.js" +import { and, Database, eq, inArray, sql } from "@opencode-ai/console-core/drizzle/index.js" +import { UserTable } from "@opencode-ai/console-core/schema/user.sql.js" import { redirect } from "@solidjs/router" -import { Actor } from "@opencode/console-core/actor.js" +import { Actor } from "@opencode-ai/console-core/actor.js" import { createClient } from "@openauthjs/openauth/client" import { useAuthSession } from "./auth.session" diff --git a/packages/console/app/src/context/auth.withActor.ts b/packages/console/app/src/context/auth.withActor.ts index 2cb970269..ff377cda4 100644 --- a/packages/console/app/src/context/auth.withActor.ts +++ b/packages/console/app/src/context/auth.withActor.ts @@ -1,4 +1,4 @@ -import { Actor } from "@opencode/console-core/actor.js" +import { Actor } from "@opencode-ai/console-core/actor.js" import { getActor } from "./auth" export async function withActor(fn: () => T, workspace?: string) { -- cgit v1.2.3