fix: use bun to serve
All checks were successful
create archive with lfs / tag (push) Successful in 4s

This commit is contained in:
dusk 2025-01-16 21:27:26 +09:00
parent f88b848372
commit 4e24899c0f
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -85,7 +85,7 @@
makeBinaryWrapper ${pkgs.bun}/bin/bun $out/bin/${packageJson.name} \
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.bun ]} \
--add-flags "run --prefer-offline --no-install --cwd $out start"
--add-flags "run --bun --prefer-offline --no-install --cwd $out start"
runHook postInstall
'';