data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(nix): copy node modules

dusk 99aec190 10166b63

+2 -1
+2 -1
nix/default.nix
··· 49 49 50 50 mkdir -p $out/bin 51 51 cp -R ./build/* $out 52 + cp -R ./node_modules $out 52 53 53 54 makeBinaryWrapper ${bun}/bin/bun $out/bin/website \ 54 55 --prefix PATH : ${lib.makeBinPath [ bun ]} \ 55 - --add-flags "run --bun --cwd $out start" 56 + --add-flags "run --bun --no-install --cwd $out start" 56 57 57 58 runHook postInstall 58 59 '';