fix(web): copy additional static paths#813
Conversation
Signed-off-by: Herrtian <70463940+Herrtian@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview After writing pages and bundles, Reviewed by Cursor Bugbot for commit 340e958. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #813 +/- ##
==========================================
+ Coverage 82.86% 82.90% +0.03%
==========================================
Files 171 171
Lines 14961 15000 +39
Branches 1313 1315 +2
==========================================
+ Hits 12398 12435 +37
- Misses 2554 2556 +2
Partials 9 9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Duplicate of #753. Are you using AI to generate these PRs? This body description shouldn't happen when a PR is created via the GitHub UI: |
|
@avivkeller yeah it's fully IA. I received same thing on |
|
You're right, this duplicates #753. Closing it; I should have checked that first. |

Adds config-based static path copying to the web generator so projects can include assets in the output directory without deriving paths from page content.\n\nFixes #748.\n\nChecks:\n- node --test --experimental-test-module-mocks src/generators/web/tests/generate.test.mjs\n- npm.cmd run format:check -- src/generators/web/generate.mjs src/generators/web/index.mjs src/generators/web/types.d.ts src/generators/web/README.md src/generators/web/tests/generate.test.mjs\n- npm.cmd run lint -- src/generators/web/generate.mjs src/generators/web/tests/generate.test.mjs\n- npm.cmd test