updating nuxt and fixing errors

This commit is contained in:
2023-09-01 22:21:38 +02:00
parent 13af88dd7c
commit 0ce808ac19
20 changed files with 177 additions and 272 deletions

View File

@@ -1,6 +1,6 @@
import type { inferAsyncReturnType } from '@trpc/server'
import type { H3Event } from 'h3'
import { prisma } from '~/server/prisma'
import { prisma } from '../prisma'
export function createContext(_event: H3Event) {
return {