Does declaring ‘prisma-client’ in a provider eliminate the need to install @prisma/client?
v6.10.1
I can create it in the root directory via @prisma-client, which is great because it speeds up caching. However, if I don't install @prisma/client, I get an error. Is this normal?
I can create it in the root directory via @prisma-client, which is great because it speeds up caching. However, if I don't install @prisma/client, I get an error. Is this normal?