feat: adding source search

This commit is contained in:
Chubby Granny Chaser 2024-12-20 17:07:51 +00:00
parent 1e99dae9de
commit 109c12064d
No known key found for this signature in database
49 changed files with 2010 additions and 958 deletions

View file

@ -1,10 +1,8 @@
import { DataSource } from "typeorm";
import {
DownloadQueue,
DownloadSource,
Game,
GameShopCache,
Repack,
UserPreferences,
UserAuth,
GameAchievement,
@ -17,12 +15,10 @@ export const dataSource = new DataSource({
type: "better-sqlite3",
entities: [
Game,
Repack,
UserAuth,
UserPreferences,
UserSubscription,
GameShopCache,
DownloadSource,
DownloadQueue,
GameAchievement,
],