https://loyal-admin-zeta.vercel.app/
Auth credentials are stored in 1Password (loyal-admin).
bun i- Set
DATABASE_URLin.env.local(use 1Password or Vercel env values forsolana-telegram-transactions) bun dev
Use Drizzle pull to generate an up-to-date schema snapshot from the live database.
Prerequisite:
DATABASE_URLmust be set in your environment (typically.env.local)
Commands:
bun run db:schema:pullbunx drizzle-kit pull --config=drizzle.config.ts
Generated output:
src/lib/generated/*
Note:
bun run db:schema:pullregenerates the authoritative runtime schema insrc/lib/generated/schema.ts.src/lib/generated/schema.tsis the source of truth for DB shape and should be used by app code.