sync
This commit is contained in:
parent
f41a54b4b0
commit
5f7ae6477b
34 changed files with 142 additions and 154 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { APIEvent } from "@solidjs/start/server"
|
||||
import { json } from "@solidjs/router"
|
||||
import { Database } from "@opencode/console-core/drizzle/index.js"
|
||||
import { UserTable } from "@opencode/console-core/schema/user.sql.js"
|
||||
import { Database } from "@opencode-ai/console-core/drizzle/index.js"
|
||||
import { UserTable } from "@opencode-ai/console-core/schema/user.sql.js"
|
||||
|
||||
export async function GET(evt: APIEvent) {
|
||||
return json({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue