perf: Enable Prisma Optimize (#44)

* Enable Prisma Optimize

* Added Environment variable to toggle on and off the Prisma Optimize

---------

Co-authored-by: harshsbhat <icybhat@gmail.com>
This commit is contained in:
Harsh Shrikant Bhat
2024-08-01 02:05:14 +05:30
committed by GitHub
parent 75afd339ea
commit 0c072579b9
6 changed files with 311 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["tracing"]
}
datasource db {