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");