All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
import { auth } from "@/lib/auth";
|
|
import { toNextJsHandler } from "better-auth/next-js";
|
|
export const { POST, GET } = toNextJsHandler(auth); |