mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-30 22:32:07 +00:00
feat/ add npx setup process
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { auth } from "@/lib/auth"
|
||||
import { toNextJsHandler } from "better-auth/next-js"
|
||||
|
||||
export const { GET, POST } = toNextJsHandler(auth)
|
||||
Reference in New Issue
Block a user