Spaces:
Runtime error
Runtime error
| import { auth } from "auth/server"; | |
| import { toNextJsHandler } from "better-auth/next-js"; | |
| export const { GET, POST } = toNextJsHandler(auth.handler); | |
| import { auth } from "auth/server"; | |
| import { toNextJsHandler } from "better-auth/next-js"; | |
| export const { GET, POST } = toNextJsHandler(auth.handler); | |