What problem are you trying to solve?
I don't use the studio, so I don't want to install it.
My deploy setup requires having prisma/client in the prod image (so migrate can be run at container boot). Ideally the client package is only what's needed to run the CLI/etc, and doesn't include studio or other fat deps.
Proposed solution
Make studio an optional peer dep.
Alternatives considered
No response
Scope and impact
No response
What problem are you trying to solve?
I don't use the studio, so I don't want to install it.
My deploy setup requires having prisma/client in the prod image (so
migratecan be run at container boot). Ideally the client package is only what's needed to run the CLI/etc, and doesn't include studio or other fat deps.Proposed solution
Make studio an optional peer dep.
Alternatives considered
No response
Scope and impact
No response