Skip to content

Commit

Permalink
perf: improve prisma cold start issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Mar 28, 2023
1 parent 8966e65 commit 7937820
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@mui/utils": "^5.11.13",
"@next-auth/prisma-adapter": "^1.0.5",
"@pinecone-database/pinecone": "^0.0.11",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.12.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
Expand Down Expand Up @@ -65,7 +65,7 @@
"dotenv-cli": "^7.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"prisma": "^4.11.0",
"prisma": "^4.12.0",
"tailwindcss": "^3.2.7"
}
}
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
previewFeatures = []
previewFeatures = ["jsonProtocol"]
}

datasource db {
Expand Down

0 comments on commit 7937820

Please sign in to comment.