Files
millerson-overlay.nix/packages/aionui/package.nix
Alexander Miroshnichenko 7f0cec1a35
Some checks failed
CI / check (push) Has been cancelled
fix(aionui): Use production-only deps for runtime, hoist transitive deps
Replace full node_modules copy with production-only FOD (mirrors
the upstream Dockerfile pattern), reducing package output from
~6.9 GB to ~1.3 GB.

Hoist @sentry/node to top-level node_modules so Electron's
require() resolution can find it. Bun nests transitive deps
inside .bun/ but Electron resolves from the realpath, requiring
the dependency to be accessible from the walked-up directory
chain.
2026-05-27 14:35:57 +03:00

7.0 KiB