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
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Malpercio 8c47d8ae 076ad94f

+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 });