From 8f7ce314fb300853b27ee784b34d5b78de79a0f4 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 12 Sep 2025 19:51:05 +0200 Subject: [PATCH] Changed host --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ca1615a..f49981e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,7 +68,7 @@ async function main() { // Start try { - await app.listen({ port: 3100: host: "0.0.0.0" }); + await app.listen({ port: 3100, host: "0.0.0.0" }); console.log("🚀 Server läuft auf http://localhost:3100"); } catch (err) { app.log.error(err);