update to v3.7

This commit is contained in:
2023-08-27 18:44:09 +02:00
parent 5fecc077e0
commit 43c457c6f2
6 changed files with 3138 additions and 3000 deletions

View File

@@ -1,4 +1,4 @@
import { PrismaClient } from '@prisma/client'
import { PrismaClient } from '@prisma/client/edge'
const globalForPrisma = globalThis as unknown as { prisma: PrismaClient }

3
src/server/tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}