mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
serve.mjs imports scripts/build/runtime-env.mjs (added with the #5213 heap auto-calibration fix) but it was missing from package.json files whitelist, breaking every global npm install at startup. Add it to files and guard with a regression test that asserts all bin/ runtime imports of scripts/ are packaged.