mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 13:12:01 +00:00
port updater to ws, also small refactoring
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
window.deckyAuthToken = await fetch('http://127.0.0.1:1337/auth/token').then((r) => r.text());
|
||||
console.debug('Connecting to Decky backend...');
|
||||
window.DeckyBackend = new (await import('./wsrouter')).WSRouter();
|
||||
await window.DeckyBackend.connect();
|
||||
await DeckyBackend.connect();
|
||||
console.debug('Starting Decky!');
|
||||
await import('./start');
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user