Test PR for staging preview lifecycle

Adds a one-line clarifying comment near TERMS_GATE_ALLOWLIST. The point
of this PR is to exercise cd-staging.yml end-to-end (preview deploy on
open, update on push, teardown on close).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-03 22:18:06 +02:00
parent de5c96351c
commit 7615ecb6e7
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -18,6 +18,7 @@ import stylesheet from "@trails-cool/ui/styles.css?url";
// Paths that must stay reachable even when the user has a stale
// terms_version, so they can read the Terms, accept them, or log out.
// `/legal/` matches as a prefix (covers `/legal/terms`, `/legal/privacy`, etc.).
const TERMS_GATE_ALLOWLIST = [
"/auth/accept-terms",
"/auth/logout",