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);