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

7 lines (5 loc) 190 B
import { PUBLIC_SERVER_URL } from "$env/static/public"; import { createAuthClient } from "better-auth/svelte"; export const authClient = createAuthClient({ baseURL: PUBLIC_SERVER_URL, });