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:
committed by
GitHub
parent
75afd339ea
commit
0c072579b9
@@ -127,6 +127,12 @@ pnpm install
|
||||
|
||||
Once the app is added you can add the Client ID under ``GITHUB_ID``and CLIENT SECRET under ```GITHUB_SECRET```
|
||||
</Step>
|
||||
<Step title="Optional: Enable prisma optimize">
|
||||
To enable Prisma Optimize and get insights on queires you can add this in you .env
|
||||
```bash
|
||||
ENABLE_PRISMA_CLIENT=true
|
||||
```
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
## Running Unsend locally
|
||||
|
Reference in New Issue
Block a user