chore: update hardcoded domain to be stoat.chat instead of beta.revolt.chat (#196)

Co-authored-by: stoat-tofu[bot] <242700035+stoat-tofu[bot]@users.noreply.github.com>
This commit is contained in:
Taureon
2026-04-06 18:30:46 +02:00
committed by GitHub
parent d1bf862a6c
commit 00c7572cd0
+1 -1
View File
@@ -21,7 +21,7 @@ export let mainWindow: BrowserWindow;
export const BUILD_URL = new URL( export const BUILD_URL = new URL(
app.commandLine.hasSwitch("force-server") app.commandLine.hasSwitch("force-server")
? app.commandLine.getSwitchValue("force-server") ? app.commandLine.getSwitchValue("force-server")
: /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://beta.revolt.chat", : /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://stoat.chat/app",
); );
// internal window state // internal window state