Commit 27f939e3 authored by xuchentao's avatar xuchentao

fix: bind production server to IPv4 localhost

parent a03c1e66
Pipeline #412 passed with stages
in 17 seconds
process.env.PORT ||= process.env.CMS_PORT || "8789";
process.env.HOST ||= "127.0.0.1";
await import("./dist/server/entry.mjs");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment