@uzuhq/code-cli 0.3.17 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -91,7 +91,7 @@ export function attachUzuMenu(button, opts = {}) {
|
|
|
91
91
|
addAction('Emulator', '#e17055', '#fab1a0', () => {
|
|
92
92
|
const currentUrl = new URL(window.location.href);
|
|
93
93
|
const endpoint = currentUrl.origin + currentUrl.pathname;
|
|
94
|
-
const emulatorUrl = new URL('https://
|
|
94
|
+
const emulatorUrl = new URL('https://emulator.code.uzu-app.com/');
|
|
95
95
|
emulatorUrl.searchParams.set('endpoint', endpoint);
|
|
96
96
|
if (playerCount) {
|
|
97
97
|
emulatorUrl.searchParams.set('player_count', String(playerCount));
|