remoteAppPort now changable in config

This commit is contained in:
Janis
2022-10-27 20:43:30 +02:00
parent 7596ec588f
commit 69860f786e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
function main() {
const ws = new WebSocket("ws://localhost:5899");
const ws = new WebSocket(`ws://localhost:${CONFIG.remoteAppPort}`);
const paylaod = {
type: "auth",
payload: {