# Forces a flat npm-style `node_modules/` layout instead of # aube's default symlink/virtual-store. Required for # deterministic `dist/index.js.map` source-map paths in CI: # without flat layout, rollup embeds absolute paths into # aube's per-user cache dir (`/home/runner/.cache/aube/...`), # which differ across machines and break the `check-dist` # workflow's byte-equality check. # # npm reads `.npmrc` too but ignores `node-linker` (npm # always installs flat), so the file is safe for both PMs. node-linker=hoisted