mirror of
https://github.com/opus-tango/socialdb-sh.git
synced 2026-03-20 03:55:27 +00:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { createAuthClient } from "better-auth/client";
|
|
|
|
export const authClient = createAuthClient({
|
|
baseURL: process.env.BETTER_AUTH_URL!,
|
|
});
|