fix: use bun to serve
All checks were successful
create archive with lfs / tag (push) Successful in 4s
All checks were successful
create archive with lfs / tag (push) Successful in 4s
This commit is contained in:
parent
f88b848372
commit
4e24899c0f
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user