move database from postgres/prisma to redis

This commit is contained in:
2025-03-27 09:21:53 -04:00
parent e865d9d8e5
commit bbf6e9dc66
16 changed files with 283 additions and 651 deletions
+3 -9
View File
@@ -14,8 +14,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc",
"postinstall": "npx prisma generate"
"typecheck": "tsc"
},
"dependencies": {
"@date-fns/tz": "^1.2.0",
@@ -29,7 +28,7 @@
"@next/third-parties": "15.3.0-canary.24",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.5.0",
"@upstash/redis": "^1.34.6",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
@@ -76,7 +75,7 @@
"@jakejarvis/eslint-config": "^4.0.7",
"@types/comma-number": "^2.1.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
@@ -96,7 +95,6 @@
"eslint-plugin-react-hooks": "^5.2.0",
"lint-staged": "^15.5.0",
"prettier": "^3.5.3",
"prisma": "^6.5.0",
"schema-dts": "^1.1.5",
"simple-git-hooks": "^2.12.1",
"stylelint": "^16.17.0",
@@ -130,10 +128,6 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"esbuild",
"prisma",
"sharp",
"simple-git-hooks"
],