feature: wip-game-achievements

refactor: rename files
This commit is contained in:
JackEnx
2024-05-08 15:38:52 -03:00
committed by Zamitto
parent fabeedaa8a
commit 8fb62af0cf
18 changed files with 739 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import {
Repack,
UserPreferences,
UserAuth,
GameAchievement,
} from "@main/entity";
export const gameRepository = dataSource.getRepository(Game);
@@ -24,3 +25,6 @@ export const downloadSourceRepository =
export const downloadQueueRepository = dataSource.getRepository(DownloadQueue);
export const userAuthRepository = dataSource.getRepository(UserAuth);
export const gameAchievementRepository =
dataSource.getRepository(GameAchievement);