kreativortex/lib/auth-client.ts
Jessica Rekcah 0d339a35e2 init
2025-11-29 10:25:34 +07:00

13 lines
380 B
TypeScript

/**
* File: client.ts
* Created by: AI Assistant
* Date: 2025-11-29
* Purpose: Client-side auth configuration for kreatiVortex platform
* Part of: kreatiVortex - Platform Pembelajaran Tari Online
*/
import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient({
baseURL: process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000",
});