Skip to content

Conversation

@acelaya
Copy link
Member

@acelaya acelaya commented Aug 12, 2025

Closes #589

In order to be able to use all server domain code in production, for the react-router app, but also other entry points, this PR extracts that to its own meta-package, that is marked as external for vite and bundled individually.

That way, react-router's server bundle does not include that code, but instead just consume it as another external dependency.

Other entry points can do the same.

@codecov
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.94%. Comparing base (85bd190) to head (d1cf685).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #682   +/-   ##
========================================
  Coverage    76.94%   76.94%           
========================================
  Files           90       90           
  Lines          798      798           
  Branches        97       97           
========================================
  Hits           614      614           
  Misses          98       98           
  Partials        86       86           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@acelaya acelaya force-pushed the feature/dashboard-server branch from c886761 to 644ad2d Compare August 20, 2025 06:04
@acelaya acelaya force-pushed the feature/dashboard-server branch 2 times, most recently from 9c0fe7c to 198a977 Compare November 17, 2025 09:31
@acelaya acelaya force-pushed the feature/dashboard-server branch from 198a977 to d1cf685 Compare December 12, 2025 07:15
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.

Split domain-specific BE code into its own local package

1 participant