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";
import { databasePath } from "./constants";
@ -21,6 +22,7 @@ export const dataSource = new DataSource({
DownloadSource,
DownloadQueue,
UserAuth,
GameAchievement,
],
synchronize: false,
database: databasePath,