| 1 | import { toNextJsHandler } from 'better-auth/next-js' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { auth } from '@/lib/auth' |
| 4 | import { createAnonymousSession, ensureAnonymousUserExists } from '@/lib/auth/anonymous' |
nothing calls this directly
no test coverage detected