Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 319 Bytes

File metadata and controls

15 lines (10 loc) · 319 Bytes

Passkey Demo

To migrate the database

Generate the migrations

DATABASE_URL="postgres://..." npx @better-auth/cli@latest generate --config './src/lib/auth/index.ts'

Migrate the database

DATABASE_URL="postgres://..." npx @better-auth/cli@latest migrate --config './src/lib/auth/index.ts'