Changed host

This commit is contained in:
2025-09-12 19:51:05 +02:00
parent d45d16a810
commit 8f7ce314fb

View File

@@ -68,7 +68,7 @@ async function main() {
// Start // Start
try { 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"); console.log("🚀 Server läuft auf http://localhost:3100");
} catch (err) { } catch (err) {
app.log.error(err); app.log.error(err);