mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 17:53:55 +00:00
refactor: move rpc game executables url to a env
This commit is contained in:
@@ -33,7 +33,7 @@ let currentTick = 1;
|
||||
|
||||
const gameExecutables = (
|
||||
await axios
|
||||
.get("https://assets.hydralauncher.gg/game-executables.json")
|
||||
.get(import.meta.env.MAIN_VITE_RPC_GAME_EXECUTABLES_URL)
|
||||
.catch(() => {
|
||||
return { data: {} };
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user