| 1 | import NextAuth, { NextAuthOptions } from "next-auth"; |
| 2 | import GithubProvider from "next-auth/providers/github"; |
| 3 | import GoogleProvider from "next-auth/providers/google"; |
| 4 | import { PrismaAdapter } from "@next-auth/prisma-adapter"; |
nothing calls this directly
no test coverage detected