-
Notifications
You must be signed in to change notification settings - Fork 56
refactor: consolidate builder configuration patterns #83
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
base: pranaygp/improve-error-handling
Are you sure you want to change the base?
refactor: consolidate builder configuration patterns #83
Conversation
🦋 Changeset detectedLatest commit: 311c7c5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Extracts common builder configuration pattern into a reusable helper function, improving consistency across framework integrations. Changes: - Created createBaseBuilderConfig() helper in @workflow/builders - Updated @workflow/nitro builders to use the new helper - Removed CommonBuildOptions constant from nitro package - Added clear documentation for when bundle paths are not used This makes it easier for framework integrations to create properly configured builder instances without manually specifying unused bundle path properties. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
ed696c2 to
9edd6a2
Compare
edf3d5c to
311c7c5
Compare

Extracts common builder configuration pattern into a reusable helper function,
improving consistency across framework integrations.
Changes:
This makes it easier for framework integrations to create properly configured
builder instances without manually specifying unused bundle path properties.
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]