7 lines
204 B
TypeScript
7 lines
204 B
TypeScript
import { convexClient } from "@convex-dev/better-auth/client/plugins";
|
|
import { createAuthClient } from "better-auth/react";
|
|
|
|
export const authClient = createAuthClient({
|
|
plugins: [convexClient()],
|
|
});
|