Can the prisma package be moved to devDependencies? #646
Replies: 1 comment
-
One benefit is being able to easily run Prisma studio in production (check the database docs). But you do need to make sure it's available for migrations which happen in production so it's really required for us |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason prisma is installed as a dependency or can and should it be moved to devDependencies?
Supporting documentation:
https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-postgresql
Beta Was this translation helpful? Give feedback.
All reactions