feat(FN-2618): merge fusion/fn-2618

- test(FN-2618): harden process-manager fs/tmpdir mocks
- fix(cli): mark react-devtools-core external in bun compile
- fix(pty): switch to @homebridge/node-pty-prebuilt-multiarch fork
This commit is contained in:
Fusion
2026-04-26 15:33:39 -07:00
committed by gsxdsm
parent 14e41b0ebe
commit dfd82b144d
2 changed files with 54 additions and 17 deletions

View File

@@ -338,6 +338,10 @@ function compileBinary(outFile: string, target: string, isCrossCompile: boolean)
target,
"--minify",
"--conditions=source",
// ink imports react-devtools-core dynamically only when DEV=true; mark
// external so Bun's static bundler doesn't try to resolve it at compile.
"--external",
"react-devtools-core",
],
cwd: workspaceRoot,
stdout: "inherit",