Fix proxy and split server into modules #1
|
|
@ -70,7 +70,7 @@ const websocket = {
|
|||
|
||||
const server = Bun.serve({
|
||||
port: PORT,
|
||||
hostname: '0.0.0.0',
|
||||
hostname: '::',
|
||||
idleTimeout: 255,
|
||||
|
||||
fetch(req, server) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user