update: unlock tcp forwarding for non-auth user
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 6m49s
renovate / renovate (push) Successful in 40s

This commit is contained in:
2026-01-01 23:46:11 +07:00
parent 8317dc2246
commit 44fe466634

View File

@@ -1,5 +1,2 @@
import { createAuthClient } from "better-auth/react" import { createAuthClient } from "better-auth/react"
export const authClient = createAuthClient({ export const authClient = createAuthClient({})
/** The base URL of the server (optional if you're using the same domain) */
baseURL: "http://localhost:3000"
})