Skip to content

Commit

Permalink
Use new jsonProtocol feature of Prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreasgdp committed May 10, 2023
1 parent 5ed81f1 commit 1b1a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl"]
previewFeatures = ["jsonProtocol"]
}

datasource db {
Expand Down

2 comments on commit 1b1a843

@vercel
Copy link

@vercel vercel bot commented on 1b1a843 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mealtime – ./

mealtime-mealtime.vercel.app
mealtime-git-master-mealtime.vercel.app
mealtime.bhelpful.net

@vercel
Copy link

@vercel vercel bot commented on 1b1a843 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mealtime-api – ./apps/api

mealtime-api-mealtime.vercel.app
mealtime-api-git-master-mealtime.vercel.app
mealtime-api.vercel.app
mtapi.bhelpful.net

Please sign in to comment.