Add prisma

This commit is contained in:
2026-04-06 01:53:22 -04:00
parent 0ca9bc1164
commit 91fa274df8
3 changed files with 1131 additions and 19 deletions

View File

@@ -14,6 +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",
"@remix-run/cloudflare": "^2.17.4",
"@remix-run/cloudflare-pages": "^2.17.4",
"@remix-run/react": "^2.17.4",
@@ -34,6 +36,7 @@
"@types/react-dom": "^18.3.7",
"dotenv": "^17.3.1",
"prettier": "^3.8.1",
"prisma": "^7.6.0",
"typescript": "^5.9.3"
},
"overrides": {