mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
npx attempts to reach the npm registry even when tsx is installed locally, causing the container to crash in airgapped/offline environments with ECONNRESET. pnpm exec resolves tsx from local node_modules only, with no network calls. Closes #29 Co-authored-by: stirling-image <stirling-image@users.noreply.github.com>