mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 14:01:40 +00:00
5 lines
201 B
TypeScript
5 lines
201 B
TypeScript
|
|
import { createAuth } from '../auth'
|
||
|
|
import { getStaticAuth } from '@convex-dev/better-auth'
|
||
|
|
|
||
|
|
// Export a static instance for Better Auth schema generation
|
||
|
|
export const auth = getStaticAuth(createAuth)
|