Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/session-14-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,10 @@ The Vercel project is connected to the GitHub repo's **`main`** branch (auto-dep

### Live URL confirmation

- [ ] _To confirm after merge to `main`:_ https://range-guard.vercel.app loads and shows the live
coverage report (and `?demo=true` shows the simulated narrative). Update this checkbox once the
Vercel deploy is green.
- [x] **Confirmed 2026-06-07 22:01 UTC** (after merge to `main`): https://range-guard.vercel.app
loads (HTTP 200, title "RangeGuard — Coverage Report", JS bundle served) and renders the live
coverage report; `?demo=true` resolves through the SPA rewrite (HTTP 200) and shows the
simulated narrative.

---

Expand Down
3 changes: 3 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_modules/
# build output
dist/

# vite cache
.vite/

# local env / editor
.env
.env.local
Expand Down
Loading