It doesn’t seem like the Prisma generated client u...
# prisma-client
c
It doesn’t seem like the Prisma generated client uses ES module system. Can someone confirm? I’m trying to move my whole app from “require” to “import” and I’m running into issues w/ the
import {prisma} from './generated/prisma-client/index.js'
or
import prisma from './generated/prisma-client/index.js'