Shencheng
Results
1
comments of
Shencheng
遇到了一样的问题, 经过百般尝试, 发现 只要把output的目录 放在node_modules中 就没有问题 ``` generator client { provider = "prisma-client-js" output = "../../node_modules/@prisma-server/client" previewFeatures = ["prismaSchemaFolder"] binaryTargets = ["native", "linux-musl-openssl-3.0.x"] } ``` ```js import { PrismaClient as...