Function getOriginalPrismaJsClientOutputPath

  • Tries to find Prisma's default prisma-client-js generator and use its output path. If this fails, it just returns undefined.

    Parameters

    • otherGenerators: readonly Readonly<
          { output: null
          | EnvValue; provider: { value: null | string } },
      >[]

    Returns string | undefined