Skip to content

Commit 1871c93

Browse files
authored
Implement Prisma & Neon (#747)
* Integrate next-auth with prisma ORM * Integrate neon db with prisma ORM * Update .nvmrc version * Add vercel build script for prisma client generation and schema migration
1 parent c9377fd commit 1871c93

File tree

14 files changed

+4962
-3569
lines changed

14 files changed

+4962
-3569
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ public/workbox-*.js
5353
/playwright/.cache/
5454

5555

56+
57+
/src/generated/prisma

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
v20

next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference types="next/navigation-types/compat/navigation" />
34

45
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)