Update index.ts

This commit is contained in:
Seth 2025-05-03 21:00:25 +02:00
parent 94163df713
commit 424343e311

View file

@ -170,7 +170,7 @@ const webserver = serve({
}
},
development,
port: 3000,
port: 2056
});
const lanyardSocket = new WebSocket("wss://lanyard.creations.works/socket");