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

expose staticPageGenerationTimeout #4266

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

adhami3310
Copy link
Member

Fixes #4076

@adhami3310 adhami3310 marked this pull request as ready for review October 30, 2024 00:37
@@ -451,6 +451,9 @@ class Config:
# The bun path
bun_path: ExistingPath = constants.Bun.DEFAULT_PATH

# Timeout to do a production build of a frontend page.
Copy link
Contributor

Choose a reason for hiding this comment

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

In the future should we just directly expose the next config?

Copy link
Member Author

Choose a reason for hiding this comment

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

i feel that would get us even more attached to nextjs than we are right now

@adhami3310 adhami3310 merged commit d478387 into main Oct 30, 2024
29 checks passed
@masenf masenf deleted the expose-staticPageGenerationTimeout branch December 12, 2024 07:03
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.

Timeout when exporting production JS/HTML bundle on slow machines
2 participants