Files
stanza/registry/modules/auth-better-auth/templates/next/auth-client.ts
T
2026-05-20 11:52:53 -04:00

6 lines
144 B
TypeScript

import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient({
baseURL: process.env.BETTER_AUTH_URL,
});