Function getOriginalPrismaJsClientOutputPath
- getOriginalPrismaJsClientOutputPath(
otherGenerators: readonly Readonly<
{ output: null
| EnvValue; provider: { value: null | string } },
>[],
): string | undefined Parameters
- otherGenerators: readonly Readonly<
{ output: null
| EnvValue; provider: { value: null | string } },
>[]
Returns string | undefined
Tries to find Prisma's default prisma-client-js generator and use its output path. If this fails, it just returns
undefined.