You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore server bundle support and fix failing tests
- Add back server bundle logic that respects server_bundle_output_path configuration
- Server bundles with configured output path skip manifest lookup for better performance
- Server bundles without configured path use fallback logic like client bundles
- Fix test mocking to properly test fallback behavior when server_bundle_output_path is nil
- All utils tests now pass (53/53)
This integrates the simpler remote approach while preserving the essential
server bundle functionality that the configuration and tests expect.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments