Add prisma schema (and update)

This commit is contained in:
2026-04-09 03:48:13 -04:00
parent 91fa274df8
commit 61c75df368
5 changed files with 227 additions and 57 deletions

View File

@@ -14,8 +14,8 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@prisma/adapter-d1": "^7.6.0",
"@prisma/client": "^7.6.0",
"@prisma/adapter-d1": "^7.7.0",
"@prisma/client": "^7.7.0",
"@remix-run/cloudflare": "^2.17.4",
"@remix-run/cloudflare-pages": "^2.17.4",
"@remix-run/react": "^2.17.4",
@@ -36,7 +36,7 @@
"@types/react-dom": "^18.3.7",
"dotenv": "^17.3.1",
"prettier": "^3.8.1",
"prisma": "^7.6.0",
"prisma": "^7.7.0",
"typescript": "^5.9.3"
},
"overrides": {