trails/apps
Ullrich Schäfer 4fe5382b4b fix(journal): copy serve-static.ts into the runtime image
PR #554 extracted serve-static.ts as a sibling of server.ts, but the
journal Dockerfile copies runtime source files explicitly by name and
the COPY list was never updated. The runtime runs `node server.ts`,
whose `import "./serve-static.ts"` then fails with ERR_MODULE_NOT_FOUND,
crash-looping both the production and staging journals (they share the
image). Caddy stayed up with no upstream, so the site hung.

Add the missing COPY line. serve-static.ts imports only node: builtins,
so this single file restores startup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 09:23:15 +02:00
..
journal fix(journal): copy serve-static.ts into the runtime image 2026-06-25 09:23:15 +02:00
mobile build(deps): bump the production group with 18 updates 2026-06-21 08:32:18 +00:00
planner build(deps): bump the production group with 18 updates 2026-06-21 08:32:18 +00:00