mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding dexie
This commit is contained in:
parent
30aa3f5470
commit
849b6de6bc
31 changed files with 338 additions and 142 deletions
|
@ -17,7 +17,6 @@ export const convertSteamGameToCatalogueEntry = (
|
|||
title: game.name,
|
||||
shop: "steam" as GameShop,
|
||||
cover: steamUrlBuilder.library(String(game.id)),
|
||||
repacks: [],
|
||||
});
|
||||
|
||||
export const getSteamGameById = async (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue