Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Fix prisma-client import
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Mar 11, 2019
1 parent c5cad75 commit 7167e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoga/src/yogaDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export function client(
): PrismaClientInput {
if (input === undefined) {
const clientPath = requiredPath(
join(projectDir, datamodelInfo.clientPath),
join(projectDir, datamodelInfo.clientPath, 'index.ts'),
buildError(projectDir, datamodelInfo.clientPath, 'prisma.client'),
)

Expand Down

0 comments on commit 7167e86

Please sign in to comment.