Update index.ts
Some checks failed
Code quality checks / biome (push) Failing after 7s

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, development,
port: 3000, port: 2056
}); });
const lanyardSocket = new WebSocket("wss://lanyard.creations.works/socket"); const lanyardSocket = new WebSocket("wss://lanyard.creations.works/socket");