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

fix(appview): add dbCredentials to drizzle config for migrations

+3
+3
packages/appview/drizzle.config.ts
··· 4 4 schema: "./src/db/schema.ts", 5 5 out: "./drizzle", 6 6 dialect: "postgresql", 7 + dbCredentials: { 8 + url: process.env.DATABASE_URL!, 9 + }, 7 10 });