Added MikroORM to packages, fixed character repository before swap

This commit is contained in:
2024-12-24 15:56:26 +01:00
parent 241cfb3eb2
commit af5f4f97f2
3 changed files with 649 additions and 28 deletions

View File

@ -6,6 +6,8 @@
"format": "prettier --write src/"
},
"dependencies": {
"@mikro-orm/core": "^6.4.2",
"@mikro-orm/mariadb": "^6.4.2",
"@prisma/client": "^6.1.0",
"@types/ioredis": "^4.28.10",
"bcryptjs": "^2.4.3",