[READ-ONLY] Mirror of https://github.com/ewanc26/pkgs. my pkgs monorepo docs.ewancroft.uk/projects/pkgs
monorepo nix

perf: add shamefully-hoist to .npmrc to prevent OOM in Vercel builds master

shamefully-hoist flattens node_modules like npm, trading disk for memory. Combined with --frozen-lockfile and --filter <app>... to target only transitive deps, this should prevent SIGKILL on the 8GB free tier.


+11 -10
6 changed files