Added paths in typescript config and utilise this in all project files

This commit is contained in:
2024-12-24 23:48:37 +01:00
parent 72562f92f9
commit 058988e874
86 changed files with 304 additions and 295 deletions

View File

@ -1,4 +1,4 @@
import prisma from '../utilities/prisma' // Import the global Prisma instance
import prisma from '#utilities/prisma' // Import the global Prisma instance
import { SpriteAction } from '@prisma/client'
class SpriteRepository {