mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 20:52:15 +03:00
* fix(docker): prefix cache mount ids with Railway service scope Railway's Dockerfile builder rejects --mount=type=cache ids that lack the s/<service-id>- prefix (dockerfile invalid, caught at syntax validation before any build step runs). Prefix all 7 cache mount ids (apt-cache, apt-lists x4 RUN blocks, npm-cache x2, next-cache x1) with the omni-route service id. * fix(sse): remove duplicate sseCommentsEnabled import in stream.ts Turbopack rejected the file with 'the name sseCommentsEnabled is defined multiple times' — imported once at the top of the file and again lower down from the same module. Broke every production build (Docker/Railway) at the release/v3.8.50 tip, independent of the cache mount fix in this branch. Validated by a full Docker build on Railway completing past this step.
18 KiB
18 KiB