Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-11-13 16:09:43 +01:00
commit 66d26d208d
2 changed files with 35 additions and 190 deletions

View file

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