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
Currently the prisma client is being generated on most commands as part of the codegen-tasks.ts file (
codegen-tasks.ts
blitz/packages/blitz/src/cli/utils/codegen-tasks.ts
Lines 40 to 50 in 3d950f7
Since it's a big performance hit, we should only be generating the prisma client once.
The text was updated successfully, but these errors were encountered:
Hey @dillonraphael can I work on this?
Sorry, something went wrong.
Sure!
#3775 Only generate prisma client if it has not been generated (#3780)
161270e
Revert "#3775 Only generate prisma client if it has not been generated (
35214bf
#3780)" This reverts commit 161270e.
siddhsuresh
Successfully merging a pull request may close this issue.
What is the problem?
Currently the prisma client is being generated on most commands as part of the
codegen-tasks.ts
file (blitz/packages/blitz/src/cli/utils/codegen-tasks.ts
Lines 40 to 50 in 3d950f7
Since it's a big performance hit, we should only be generating the prisma client once.
The text was updated successfully, but these errors were encountered: