mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding electron updater
This commit is contained in:
parent
125264ff42
commit
05cc2a1206
5 changed files with 36 additions and 3 deletions
|
@ -15,9 +15,8 @@ export const createDataSource = (options: Partial<SqliteConnectionOptions>) =>
|
|||
type: "better-sqlite3",
|
||||
database: databasePath,
|
||||
entities: [Game, Repack, UserPreferences, GameShopCache, SteamGame],
|
||||
synchronize: true,
|
||||
...options,
|
||||
});
|
||||
|
||||
export const dataSource = createDataSource({
|
||||
synchronize: true,
|
||||
});
|
||||
export const dataSource = createDataSource({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue