WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at main 10 lines 239 B view raw
1import { defineConfig } from "drizzle-kit"; 2 3export default defineConfig({ 4 schema: "../../packages/db/src/schema.sqlite.ts", 5 out: "./drizzle-sqlite", 6 dialect: "sqlite", 7 dbCredentials: { 8 url: process.env.DATABASE_URL!, 9 }, 10});