run in durable object

This commit is contained in:
James Long 2026-06-12 22:50:54 -04:00
commit b696a681cb
16 changed files with 43 additions and 37 deletions

View file

@ -1,5 +1,5 @@
import { integer, sqliteTable, text } from "drizzle-orm/sqlite-core"
import { Timestamps } from "../database/schema.sql"
import { Timestamps } from "../database/schema.sql.js"
import type { IntegrationSchema } from "../integration/schema"
import type { Credential } from "../credential"