Merge branch '1.4.0' of https://github.com/shuffle/shuffle into 1.4.0

This commit is contained in:
Frikky
2024-05-21 18:58:06 +02:00
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ if (window.location.port === "3000") {
// Development on Github Codespaces
if (globalUrl.includes("app.github.dev")) {
//globalUrl = globalUrl.replace("3000", "5001")
globalUrl = "https://frikky-shuffle-5gvr4xx62w64-5001.preview.app.github.dev"
globalUrl = globalUrl.replace("-3001", "-5001")
//globalUrl = "https://frikky-shuffle-5gvr4xx62w64-5001.preview.app.github.dev"
}
//console.log("global: ", globalUrl)