mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
Docker runs the Next standalone build (run-standalone.mjs), which now prefers server-ws.mjs — but build-next-isolated.mjs only copied run-standalone.mjs, not the WS wrapper or its deps, so Docker fell back to bare server.js with no peer stamp (LOCAL_ONLY routes 403, CLI token broken — fail-closed but unusable). Co-locate all three at the standalone root so the peer stamp runs in Docker too. (The npm package path already ships them via prepublish.ts.)