Module '"@neondatabase/auth/next/server"' has no exported member 'createNeonAuth'.
❓Question
Hello. * I have a Next.js project. *
@neondatabase/auth
@neondatabase/auth
version is
^0.1.0-beta.21
^0.1.0-beta.21
in package.json * Copy Pasted the code into
lib/auth/server.ts
lib/auth/server.ts
: <> import { createNeonAuth } from '@neondatabase/auth/next/server'; export const auth = createNeonAuth({ baseUrl: process.env.NEON_AUTH_BASE_URL!, cookies: { secret: process.env.NEON_AUTH_COOKIE_SECRET!, }, }); </> * The IDE says that there is no exported