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 583929e commit d2fedb0Copy full SHA for d2fedb0
src/builder.ts
@@ -191,7 +191,7 @@ let defaultClientPath: string
191
if (process.env.NEXUS_PRISMA_CLIENT_PATH) {
192
defaultClientPath = process.env.NEXUS_PRISMA_CLIENT_PATH
193
} else if (process.env.LINK) {
194
- defaultClientPath = path.join(process.cwd(), '/node_modules/@prisma/client')
+ defaultClientPath = eval("path.join(process.cwd(), '/node_modules/@prisma/client')")
195
} else {
196
defaultClientPath = '@prisma/client'
197
}
0 commit comments