Files
rose-ash/shared/sx
giles 81d8e55fb0
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m4s
Fix sx-browser.js cache bust: use correct path for hash computation
_script_hash used relative Path("static") which resolved to /app/static/
inside the container, but the file is at /app/shared/static/. Use
Path(__file__).parent.parent to resolve from shared/ correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 22:38:49 +00:00
..