5 lines
No EOL
201 B
TypeScript
5 lines
No EOL
201 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) |