From 424343e311d288a3e6435e377d01b571930e16c5 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 3 May 2025 21:00:25 +0200 Subject: [PATCH] Update index.ts --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index c44f60e..d2d9b51 100644 --- a/index.ts +++ b/index.ts @@ -170,7 +170,7 @@ const webserver = serve({ } }, development, - port: 3000, + port: 2056 }); const lanyardSocket = new WebSocket("wss://lanyard.creations.works/socket");