Daniel

Results 1 issues of Daniel

Bun version: 1.0.22 Bunrest Version: 1.3.7 Reproduce: index.ts: ```typescript import server from "bunrest"; const app = server(); app.get("/", (req, res) => { res.send("Hello World!"); }); app.ws( (ws, msg) => {...