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

feat: Log PORT info at startup in entry.node-server.tsx #6063

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

AustinGil
Copy link
Contributor

Overview

The current Node server starts silently without any indication of what's going on. Adding a log with the PORT information makes it easier to test locally and doesn't really hurt prod.

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests / types / typos

Description

Adds a callback after the server .listen() function runs to log where the app is running.

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • Added new tests to cover the fix / functionality

Copy link

netlify bot commented Mar 27, 2024

👷 Deploy request for qwik-insights pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit c8252ec

@AustinGil AustinGil changed the title Log PORT info at startup in entry.node-server.tsx feat: Log PORT info at startup in entry.node-server.tsx Mar 27, 2024
Copy link
Member

@gioboa gioboa left a comment

Choose a reason for hiding this comment

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

Thanks @AustinGil it looks nice to me

@gioboa gioboa merged commit fbc8572 into QwikDev:main Mar 27, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants