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(hybrid): Clean logging and misc tweaks for hybrid removal #11942

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

Princesseuh
Copy link
Member

Changes

This PR tackles the rest of the owl, this change forceServerOutput to a more generic buildOutput that allow adapters to set themselves as being for static websites, some logging wasn't working correctly after the removal of hybrid and in some cases, the logging was missing.

Testing

Tests should pass!

Docs

Some of it is docs! There's errors!

Copy link

changeset-bot bot commented Sep 7, 2024

⚠️ No Changeset found

Latest commit: 888b06c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) docs pr labels Sep 7, 2024
@Princesseuh
Copy link
Member Author

The changesets for this PR are here #11941

@Princesseuh Princesseuh marked this pull request as ready for review September 7, 2024 04:00
@@ -73,10 +73,8 @@ export const PrerenderClientAddressNotAvailable = {
*/
export const StaticClientAddressNotAvailable = {
Copy link
Member Author

Choose a reason for hiding this comment

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

This message can show in middleware code, I'm not exactly sure why though.

@Princesseuh Princesseuh merged commit d7e950f into next Sep 9, 2024
14 checks passed
@Princesseuh Princesseuh deleted the feat/proper-logging branch September 9, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs pr pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants