NestJS with Optimize not working
Hey everyone! I am currently looking to add Optimize to my NestJS app. Can you guys help me out figuring out why I am not receiving anything in my optimize?
I am using the following libraries and version:
-
-
-
-
I know I don't have to use the preview anymore in my prisma schema.
Here is my
I am using the following libraries and version:
-
"@prisma/client": "^6.4.0",-
"prisma": "^6.4.0",-
"@prisma/extension-optimize": "^1.1.4",-
"@prisma/instrumentation": "^6.4.0",I know I don't have to use the preview anymore in my prisma schema.
Here is my
prisma.service.ts: