mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-27 10:20:38 +01:00
updating nuxt and fixing errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user