UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

6 lines (4 loc) 148 B
import { createAuthClient } from "better-auth/react"; export const authClient = createAuthClient({ baseURL: import.meta.env.VITE_SERVER_URL, });