Fix: Configのhostが適用されていない問題

This commit is contained in:
2026-03-21 22:44:55 +09:00
parent a4960e780b
commit 841553a1ef
+1
View File
@@ -142,6 +142,7 @@ try {
const addr = await fastify.listen({
port: config.server.port,
host: config.server.host,
});
if (process.env.NODE_ENV === "production") {