mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-18 14:32:33 -05:00
clean
This commit is contained in:
@@ -16,6 +16,7 @@ export const URL =
|
||||
import.meta.env.MODE === "production"
|
||||
? location.origin
|
||||
: "http://localhost:9000";
|
||||
|
||||
export const WS_URL = URL.replace("https", "wss").replace("http", "ws") + "/ws";
|
||||
|
||||
export const client = new Client(URL);
|
||||
|
||||
Reference in New Issue
Block a user