fixed run

This commit is contained in:
2026-03-26 00:17:59 -05:00
parent 6afb853874
commit c08c0831b1
75 changed files with 20 additions and 14782 deletions

View File

@@ -1,7 +1,7 @@
import { readFileSync } from "fs";
import { handleMessage, handleClose } from "./ws-handler";
const PORT = parseInt(process.env.PORT || "5000", 10);
const PORT = parseInt(process.env.PORT || "3009", 10);
const server = Bun.serve({
port: PORT,