Skip to content

Conversation

@camillobruni
Copy link
Contributor

  • verbose output by default (it's a dev server after all)
  • add --quiet option
  • Use "undefined" for quite option, instead of "none" to avoid superfluous "none" outputs

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit 9bac0c8
🔍 Latest deploy log https://app.netlify.com/projects/webkit-jetstream-preview/deploys/696686b54e3f920008284245
😎 Deploy Preview https://deploy-preview-252--webkit-jetstream-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@kmiller68 kmiller68 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use "undefined" for quite option, instead of "none" to avoid superfluous "none" outputs
typo: quite -> quiet

LGTM otherwise with nit

if (!port)
throw new Error("Port is required");
export async function serve(options) {
let { port, quiet } = options;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Why make this change? we don't use options anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants