fix(web): next server pass custom hostname to startup port check (#18123)
This commit is contained in:
parent
b8a6621e29
commit
48deaec60f
@ -82,7 +82,7 @@ export default async function* serveExecutor(
|
|||||||
process.on('SIGTERM', () => killServer());
|
process.on('SIGTERM', () => killServer());
|
||||||
process.on('SIGHUP', () => killServer());
|
process.on('SIGHUP', () => killServer());
|
||||||
|
|
||||||
await waitForPortOpen(port);
|
await waitForPortOpen(port, { host: options.hostname });
|
||||||
|
|
||||||
next({
|
next({
|
||||||
success: true,
|
success: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user