Maybe I need to copy more things?

This commit is contained in:
Lillian Violet 2024-04-06 16:10:08 +02:00
parent 9e566f5d50
commit a302ba2fc4

View file

@ -28,7 +28,7 @@ buildNpmPackage rec {
installPhase = ''
mkdir $out
npm run build
cp dist/index.html $out
cp -r dist/* $out
'';
meta = with lib; {