fix: preserve compiled api bundle
This commit is contained in:
parent
77e3807b82
commit
ab3b945c00
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ let
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.bun ];
|
nativeBuildInputs = [ pkgs.bun ];
|
||||||
|
|
||||||
|
# Bun standalone executables contain the bundled application after the
|
||||||
|
# ELF sections; stripping them leaves only the Bun runtime.
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue