running back to postgres, once again...

This commit is contained in:
2025-02-12 15:12:50 -05:00
parent 92e58805ec
commit 83527e0c61
11 changed files with 128 additions and 372 deletions
+6 -7
View File
@@ -17,19 +17,18 @@
"start": "next start",
"lint": "next lint --no-cache",
"typecheck": "tsc",
"postinstall": "prisma generate"
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@libsql/client": "0.15.0-pre.1",
"@mdx-js/mdx": "^3.1.0",
"@next/bundle-analyzer": "15.2.0-canary.46",
"@octokit/graphql": "^8.2.0",
"@octokit/graphql-schema": "^15.25.0",
"@prisma/adapter-libsql": "^6.3.1",
"@prisma/client": "^6.3.1",
"@prisma/extension-accelerate": "^1.2.1",
"@react-spring/web": "^9.7.5",
"@vercel/analytics": "^1.4.1",
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
@@ -59,7 +58,7 @@
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-unwrap-images": "^1.0.0",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2",
@@ -77,13 +76,13 @@
"@types/react-dom": "^19.0.3",
"@types/react-is": "^19.0.0",
"cross-env": "^7.0.3",
"eslint": "~9.20.0",
"eslint": "~9.20.1",
"eslint-config-next": "15.2.0-canary.46",
"eslint-config-prettier": "~10.0.1",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-prettier": "~5.2.3",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prisma": "^6.3.1",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",