Closed BYK closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
spotlightjs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 25, 2024 10:52am |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 31.15%. Comparing base (
ea666ac
) to head (3a5ec6c
). Report is 135 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
working fine in linux 🚀
@Lms24 thanks for the review! Updated the PR desc and responded to your question.
This PR adds a new release type which is a self-contained CLI akin to running
npx @spotlightjs/spotlight
but without anynode
ornpx
or any other requirements on the system.It also changes how we serve the static assets: instead of serving the entire folder, which can be dangerous as it allows access to arbitrary files, we now use the
manifest.json
generated when compiling it and only serve files listed there, directly from memory. This should also increase the performance.