With the new changes can @prisma/client be a development dependency?
- There is new
prisma-client generator
- There is no more rust engine
- There is custom output for generated prisma code so we no longer import anything from node_modules
- Also adapters
With all these new changes can @prisma/client now be a development dependency?3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai if you get antsy for a second opinion!No, you would still need to have @prisma/client as a dependency. It can't be moved to dev dependency.
Thanks