We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8436ace commit eaeb102Copy full SHA for eaeb102
packages/build/src/extensions/prisma.ts
@@ -396,6 +396,8 @@ export function prismaExtension(options: PrismaExtensionOptions): BuildExtension
396
return new PrismaEngineOnlyModeExtension(options);
397
case "modern":
398
return new PrismaEngineModernModeExtension(options);
399
+ default:
400
+ return new PrismaLegacyModeExtension(options);
401
}
402
403
0 commit comments