feat: Modernize the build
- Swap to Biome
- Add Turbo
- Add initial LLMs guidelines
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| spotlightjs | ❌ Failed (Inspect) | Jun 2, 2025 8:03pm |
I have a few obvious followups from here:
- probably need default build/etc to ignore non-packages (e.g. demos)
- it'd be valuable to break out the sentry integration into its own package - will just clean up some deps in there and promotes what we want
Oh one other learning I had recently: tsup (or tsdown now) is a lot easier for a lot of bundling. Might be worth adopting that as well.
Codecov Report
Attention: Patch coverage is 76.47059% with 28 lines in your changes missing coverage. Please review.
Project coverage is 34.12%. Comparing base (
99bd7dc) to head (be2226a). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #812 +/- ##
==========================================
- Coverage 34.13% 34.12% -0.01%
==========================================
Files 107 107
Lines 7078 7083 +5
Branches 124 125 +1
==========================================
+ Hits 2416 2417 +1
- Misses 4662 4666 +4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Common footgun in Turbo: have to define the env variables that the build requires. There's some implicit ones it gives you, but thats why the fossilize build was failing.