When using --no-default-features, the server reads static assets from
web/dist/ relative to its working directory. Previously the server was
started from web-e2e/, so it looked in web-e2e/web/dist/ (missing).
Changing to cd .. before cargo run makes web/dist/ resolve correctly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ship runtime reliability, watcher/scanner hardening, and hardware hot reload
- refresh admin/settings UX and add Playwright reliability coverage
- standardize frontend workflow on Bun and update deploy/docs