This commit is contained in:
Dax Raad 2025-10-04 21:33:39 -04:00
commit 5f7ae6477b
34 changed files with 142 additions and 154 deletions

View file

@ -1,4 +1,4 @@
import { Account } from "@opencode/console-core/account.js"
import { Account } from "@opencode-ai/console-core/account.js"
import { redirect } from "@solidjs/router"
import type { APIEvent } from "@solidjs/start/server"
import { withActor } from "~/context/auth.withActor"