mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
migrate to prisma accelerate
https://prismaio.notion.site/Migration-Guide-For-Data-Proxy-Users-Moving-to-Prisma-Accelerate-5df9
This commit is contained in:
+4
-3
@@ -15,15 +15,16 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx",
|
||||
"postinstall": "prisma generate --data-proxy"
|
||||
"postinstall": "prisma generate --no-engine"
|
||||
},
|
||||
"dependencies": {
|
||||
"@giscus/react": "^2.3.0",
|
||||
"@hcaptcha/react-hcaptcha": "^1.8.1",
|
||||
"@novnc/novnc": "1.4.0",
|
||||
"@octokit/graphql": "^7.0.2",
|
||||
"@octokit/graphql-schema": "^14.33.0",
|
||||
"@octokit/graphql-schema": "^14.33.1",
|
||||
"@prisma/client": "^5.3.1",
|
||||
"@prisma/extension-accelerate": "^0.6.2",
|
||||
"@react-spring/web": "^9.7.3",
|
||||
"@stitches/react": "1.3.1-1",
|
||||
"@vercel/postgres": "^0.5.0",
|
||||
@@ -77,7 +78,7 @@
|
||||
"@types/novnc__novnc": "^1.3.2",
|
||||
"@types/prop-types": "^15.7.8",
|
||||
"@types/react": "^18.2.24",
|
||||
"@types/react-dom": "^18.2.8",
|
||||
"@types/react-dom": "^18.2.9",
|
||||
"@types/react-is": "^18.2.2",
|
||||
"@types/remove-markdown": "^0.3.2",
|
||||
"@types/uglify-js": "^3.17.2",
|
||||
|
||||
Reference in New Issue
Block a user