Fix: Configのhostが適用されていない問題
This commit is contained in:
@@ -142,6 +142,7 @@ try {
|
|||||||
|
|
||||||
const addr = await fastify.listen({
|
const addr = await fastify.listen({
|
||||||
port: config.server.port,
|
port: config.server.port,
|
||||||
|
host: config.server.host,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (process.env.NODE_ENV === "production") {
|
if (process.env.NODE_ENV === "production") {
|
||||||
|
|||||||
Reference in New Issue
Block a user