Fix proxy and split server into modules #1

Merged
probablycorey merged 18 commits from probablycorey/fix-proxy-404s into main 2026-03-11 16:35:00 +00:00
Showing only changes of commit 4e2e0c9c5f - Show all commits

View File

@ -70,6 +70,7 @@ const websocket = {
const server = Bun.serve({
port: PORT,
hostname: '0.0.0.0',
idleTimeout: 255,
fetch(req, server) {