changed port

This commit is contained in:
KeshavAnandCode
2026-03-20 18:30:28 -05:00
parent 8cc02540dc
commit 3d32844af8

View File

@@ -6,7 +6,7 @@ const CSS = readFileSync("./src/public/styles.css", "utf-8");
const JS = readFileSync("./src/public/script.js", "utf-8");
const server = Bun.serve({
port: 3000,
port: 3009,
fetch(req, server) {
const url = new URL(req.url);
if (url.pathname === "/ws") {