mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
add built in wisp server
This commit is contained in:
parent
084f2cd789
commit
3ced0defc4
4 changed files with 1611 additions and 3453 deletions
|
@ -28,7 +28,7 @@ const col = css`
|
|||
const store = $store(
|
||||
{
|
||||
url: "https://google.com",
|
||||
wispurl: "wss://wisp.mercurywork.shop/",
|
||||
wispurl: (location.protocol === "https:" ? "wss" : "ws") + "://" + location.host + "/wisp/",
|
||||
bareurl:
|
||||
(location.protocol === "https:" ? "https" : "http") +
|
||||
"://" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue