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 be6719733b - Show all commits

View File

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