Skip to content

List developerMode with npm run dev#544

Merged
camillobruni merged 2 commits into
WebKit:mainfrom
camillobruni:2026-06-11_dev_server
Jun 11, 2026
Merged

List developerMode with npm run dev#544
camillobruni merged 2 commits into
WebKit:mainfrom
camillobruni:2026-06-11_dev_server

Conversation

@camillobruni

@camillobruni camillobruni commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This adds a little bit of convenience when developping locally.

New output:

Server started:
- http://localhost:8080
- http://localhost:8080?developerMode

@netlify

netlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for webkit-speedometer-preview ready!

Name Link
🔨 Latest commit 15fb61b
🔍 Latest deploy log https://app.netlify.com/projects/webkit-speedometer-preview/deploys/6a2ac9260c860b0008178df2
😎 Deploy Preview https://deploy-preview-544--webkit-speedometer-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.

@camillobruni camillobruni merged commit 3175f48 into WebKit:main Jun 11, 2026
8 checks passed
@camillobruni camillobruni deleted the 2026-06-11_dev_server branch June 11, 2026 14:43
Comment thread tests/server.mjs
console.log(`Server started on http://localhost:${port}`);
console.log("Server started:");
console.log(` http://localhost:${port}`);
console.log(` http://localhost:${port}?developerMode`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice 👍

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.

3 participants