Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Different Prisma output directory #31

Description

@zack37

Is there a way to specify in the plugin to use something other than node_modules where prisma is generated?

generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native", "darwin-arm64", "rhel-openssl-1.0.x", "linux-arm64-openssl-1.0.x"]
  output        = "../generated/prisma"
}

We output several binaries as we're transitioning to arm on lambda

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions