We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description and expected behavior
With a setup like this:
generator client { provider = "prisma-client" previewFeatures = ["fullTextSearchPostgres"] output = "../client" moduleFormat = "esm" }
generate throws with
generate
⌛️ ZenStack CLI v2.14.0, running plugins ✔ Generating Prisma schema ✖ Generating PrismaClient enhancer Prisma Enhancer: Cannot find prisma-client-js generator in the schema
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description and expected behavior
With a setup like this:
generate
throws withEnvironment:
The text was updated successfully, but these errors were encountered: