Re-attempt fix themes

This commit is contained in:
Pieter Vander Vennet 2023-11-13 15:22:23 +01:00
parent e6ca374c5d
commit 9526e7f4f6
3 changed files with 15 additions and 793 deletions

View file

@ -39,6 +39,15 @@ else
echo "$ASSET_URL"
fi
# sanity check
if [[ -f "bookcases.html" ]]
then
else
echo "Bookcases.html does not exist - aborting"
exit 1
fi
export NODE_OPTIONS=--max-old-space-size=7000
which vite
vite build --sourcemap