forked from noxious/server
Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import fs from 'fs/promises'
|
||||
import { Server } from 'socket.io'
|
||||
import { TSocket } from '#utilities/types'
|
||||
import prisma from '#utilities/prisma'
|
||||
import { TSocket } from '#application/types'
|
||||
import prisma from '#application/prisma'
|
||||
import characterRepository from '#repositories/characterRepository'
|
||||
import { gameMasterLogger } from '#utilities/logger'
|
||||
import { getPublicPath } from '#utilities/storage'
|
||||
import { gameMasterLogger } from '#application/logger'
|
||||
import { getPublicPath } from '#application/storage'
|
||||
|
||||
type Payload = {
|
||||
id: string
|
||||
|
Reference in New Issue
Block a user