mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
- Convert spaces to tabs in tsconfig files - Format CLI commands and prompts - Update generated Convex files - Format betterauth adapter and schema Co-authored-by: Ona <no-reply@ona.com>
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
import { getStaticAuth } from "@convex-dev/better-auth"
|
|
import { createAuth } from "../auth"
|
|
|
|
// Export a static instance for Better Auth schema generation
|
|
export const auth = getStaticAuth(createAuth)
|