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

View File

@@ -1,5 +1,5 @@
import { Database, eq } from "@opencode/console-core/drizzle/index.js"
import { UsageTable } from "@opencode/console-core/schema/billing.sql.js"
import { Database, eq } from "@opencode-ai/console-core/drizzle/index.js"
import { UsageTable } from "@opencode-ai/console-core/schema/billing.sql.js"
await Database.use(async (tx) => {
await tx