Papure/src
agent 3ac278835b Show the build's version and commit in Settings
vite.config.ts stamps the package version, git commit and build time
into the bundle as __BUILD__, and the Settings sidebar shows
"v0.1.0 · <short sha>" (full sha and build time on hover). The Docker
build has no git binary, so the commit is read from .git/HEAD and the
refs directly; .dockerignore now lets just those files through.
GIT_COMMIT in the environment overrides detection.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GaoZtJQZwLXkEgWs8twCia
2026-09-27 20:08:19 +00:00
..
lib Show the build's version and commit in Settings 2026-09-27 20:08:19 +00:00
routes Init 2026-09-26 19:13:02 +02:00
app.css Replace page glow with a flat outline and add a canvas grid 2026-09-27 17:27:39 +00:00
app.d.ts Show the build's version and commit in Settings 2026-09-27 20:08:19 +00:00
app.html Init 2026-09-26 19:13:02 +02:00
service-worker.ts Bypass the HTTP cache when the service worker caches assets 2026-09-27 10:17:21 +00:00