UNPKG

@mvp-rockets/namma-generator

Version:

A generator to generate mvp-rockets projects

10 lines (6 loc) 151 B
'use server' import { auth } from "@/nextauth/auth" export const getAuth = async () => { const session = await auth(); return { session } }