Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor server url logs #4509

Merged
merged 6 commits into from
Sep 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix build
  • Loading branch information
bluwy committed Sep 17, 2022
commit d9b3ab49e58ad1dbf76a179e90a042444e45cac1
2 changes: 1 addition & 1 deletion packages/astro/src/core/preview/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default async function preview(
if (!showedListenMsg) {
const resolvedUrls = msg.resolveServerUrls({
bluwy marked this conversation as resolved.
Show resolved Hide resolved
address: server.address() as AddressInfo,
host: config.server.host,
host: settings.config.server.host,
https: false,
});
info(
Expand Down