feat: add auth
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s
This commit is contained in:
5
lib/auth-client.ts
Normal file
5
lib/auth-client.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { createAuthClient } from "better-auth/react"
|
||||
export const authClient = createAuthClient({
|
||||
/** The base URL of the server (optional if you're using the same domain) */
|
||||
baseURL: "http://localhost:3000"
|
||||
})
|
||||
Reference in New Issue
Block a user