This commit is contained in:
Cadey Ratio 2020-11-17 14:54:31 -05:00
parent 9761a84728
commit 1cd76d3288
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ let
cp -vrf ${./static}/* $out/public
# frontend JS
rm $out/public/elm.js
rm $out/public/elm.js ||:
ln -s ${frontend}/Main.min.js $out/public/elm.js
'';
};