/** * 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", });