This commit is contained in:
Oliver Bryan
2026-02-04 16:31:06 +00:00
parent 6525dbc495
commit 66a6a5345c
2 changed files with 15 additions and 0 deletions

View File

@@ -127,4 +127,5 @@ const port = Number(Bun.env.PORT ?? 1553);
export default {
fetch: app.fetch,
port,
hostname: "0.0.0.0",
};