With new `prisma-client` prisma client not included in package.json in final nx build.
When i migrated to the new
My project done in way:
1.
2.
3. in my root
But when i'm doing
prisma-client generator, my prisma dependency not included in final nx build of app.My project done in way:
1.
libs/database with schema and database logic, with prisma schema setted as:2.
libs/prisma-client-backend with just outputed client.3. in my root
package.json i have all needed prisma deps:But when i'm doing
yarn nx build appname, then in ./dist/apps/appname package json contains only