update hardcoded chat app domain
This commit is contained in:
parent
b57faa2c59
commit
39fdd5c810
|
|
@ -21,7 +21,7 @@ export let mainWindow: BrowserWindow;
|
|||
export const BUILD_URL = new URL(
|
||||
app.commandLine.hasSwitch("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/",
|
||||
);
|
||||
|
||||
// internal window state
|
||||
|
|
|
|||
Loading…
Reference in New Issue