Changed host

This commit is contained in:
2025-09-12 19:50:34 +02:00
parent 0fe16ad79e
commit d45d16a810

View File

@@ -68,7 +68,7 @@ async function main() {
// Start
try {
await app.listen({ port: 3100 });
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);