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