This is my generate function in my schema.prisma f...
# orm-help
n
This is my generate function in my schema.prisma file
Copy code
generator client { 
    provider = "prisma-client-js"
    output = "../src/generated/client"
    engineType = "binary"
    binaryTargets = "native"
}